DoH not working on android #428
Replies: 7 comments
-
Hi, did you create your certificate with letsencrypt? If yes, please try to recreate the certificate with "ISRG Root X1" as preferable chain. |
Beta Was this translation helpful? Give feedback.
-
Yes I did create it using lets letsencrypt. I followed your instruction over here
and how do I do that. I have no idea regarding this |
Beta Was this translation helpful? Give feedback.
-
Please add the following parameter: --preferred-chain 'ISRG Root X1' |
Beta Was this translation helpful? Give feedback.
-
there is no ---preferred-chain option in lego. which intern says visit this |
Beta Was this translation helpful? Give feedback.
-
Do you use the latest version of lego? I had the same problem with android and could fix it. I used lego as docker container. docker run -v /opt:/opt -e DUCKDNS_TOKEN=xxc09-879b-xxx goacme/lego --path /opt --domains 'xxx' --domains '*.xxx' --email [email protected] --dns duckdns -a run --preferred-chain 'ISRG Root X1' |
Beta Was this translation helpful? Give feedback.
-
To summarise it: this is an android issue. Letsencrypt has changed the root certificate and some android version don't accept the new one. |
Beta Was this translation helpful? Give feedback.
-
@givemeaname77 Did you try with "ISRG Root X1" chain? |
Beta Was this translation helpful? Give feedback.
-
I am trying to setup a DNS server on the cloud for my private use. I think I have manged to set it up and the DNS is working but he DNS over HTTPS/TLS is no working
Here is my config
I don't know whats wrong with the config. Tried testing it using curl here is the output
curl works on Linux but why is it not working on android when I set it up using private dns in network section
Beta Was this translation helpful? Give feedback.
All reactions