Replies: 2 comments
-
Please don't post any part of a real private key here! In your own interest. To your question:
This means there are certificates missing (parents), to the one you provided. Those are again individual blocks enclosed in ---Begin Cert--- and ---End Cert---. Usually they would be issued by your certificate provider and are intermediates between your cert and the root certificate. Personally I'm using a different approach with Tasker (https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm) which automatically can disable DOT once you activate Wireguard or Wifi (trusted networks) and activate it again in any other circumstance. |
Beta Was this translation helpful? Give feedback.
-
To begin with, I'll write. All my web servers (including the adguard interface) run behind a reverse proxy server. I tried using a CA generated using mkcert. As a certificate, I used this (root.ca.pem + adguard.pem)
Certificate chain is invalid
I still can't solve this problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently installed docker adguard home. It works fine on LAN. I want to use adguard home outside LAN (I use VPN tunel WG) on Android 14.
In Android 14, I can only use private DNS and it doesn't work with IP address but with FQDN, which expects DOH or DOT.
I tried turning on encryption in adguard home settings. On another machine I generated cert.pem and key.pem, but adguard reports that
Certificate chain is invalid
When I try which ports are open, the output is
Port 853 is missing
On the local DNS server I use host overrides for the IP address of the server where adguard is installed, so in Android I can use the domain name.
By the way, docker runs in unprivileged LXC.
compose
Beta Was this translation helpful? Give feedback.
All reactions