rt-bishop / Look4Sat

Open-source satellite tracker and pass predictor for Android, inspired by Gpredict
https://play.google.com/store/apps/details?id=com.rtbishop.look4sat
GNU General Public License v3.0
636 stars 62 forks source link

Hi 3.1.4 Unable to update transceiver #131

Open alyosha0991 opened 5 months ago

alyosha0991 commented 5 months ago

3.1.4 Unable to update transceiver Display: 0

rt-bishop commented 5 months ago

Hey @alyosha0991! Thanks for reporting this. However I can't confirm this issue, for me it works fine on all the devices. Could you check if this link - https://db.satnogs.org/api/transmitters/ opens for you? It may be your ISP blocking certain addresses or some DNS related issue.

ntoulasd commented 3 weeks ago

I have the same problem. The problem is with android <7.1 and Lets Encrypt certificate of db.satnogs.org.

*To developer, could you edit to use user certificate always, not only in debug at file app/src/main/res/xml/network_security_config.xml

like this

<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
    <base-config>
        <trust-anchors>
            <certificates src="user"/>
            <certificates src="system"/>
        </trust-anchors>
    </base-config>
</network-security-config> 

*To user See more documentation and how to add certificate as user in your phone here https://letsencrypt.org/2020/12/21/extending-android-compatibility.html