Look4Sat icon indicating copy to clipboard operation
Look4Sat copied to clipboard

Hi 3.1.4 Unable to update transceiver

Open alyosha0991 opened this issue 1 year ago • 3 comments

3.1.4 Unable to update transceiver Display: 0

alyosha0991 avatar May 12 '24 04:05 alyosha0991

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.

rt-bishop avatar May 12 '24 11:05 rt-bishop

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

ntoulasd avatar Sep 27 '24 19:09 ntoulasd

i’ve met the same problem(

InstantRain avatar Oct 30 '24 17:10 InstantRain