Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi 3.1.4 Unable to update transceiver #131

Open
alyosha0991 opened this issue May 12, 2024 · 3 comments
Open

Hi 3.1.4 Unable to update transceiver #131

alyosha0991 opened this issue May 12, 2024 · 3 comments

Comments

@alyosha0991
Copy link

3.1.4 Unable to update transceiver
Display: 0

@rt-bishop
Copy link
Owner

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
Copy link

ntoulasd commented Sep 27, 2024

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

@InstantRain
Copy link

i’ve met the same problem(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants