Docker connection error #4559
Replies: 1 comment
-
It sounds like your DuckDNS ___domain is resolving to your server, but NPM is rejecting the request due to a ___domain validation issue. Here are some things to check: DuckDNS DNS Setup: Port Forwarding: NPM Proxy Host Configuration: Confirm you added mydomain.duckdns.org as a proxy host ___domain in NPM. Enable Block Common Exploits in the SSL tab for added security. Enable Force SSL to redirect HTTP to HTTPS. SSL Certificate: If you’re using Let's Encrypt, make sure the certificate request completed successfully. Check the logs inside NPM for certificate errors. Sometimes rate limits or DNS misconfiguration cause failures. Validate NPM Instance IP: Test with curl: curl -v https://mydomain.duckdns.org |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm new to Nginx and I've been having trouble creating a proxy for a ___domain on DuckDNS. I have an Arch Linux-based operating system, and this problem occurs when I try to access the ___domain after configuring the SSL certificate.
Can anyone suggest a solution?
mydomain.duckdns.org: There is a server found at this ___domain but it returned an unexpected status code Invalid ___domain or IP. Is it the NPM server? Please make sure your ___domain points to the IP where your NPM instance is running.
Beta Was this translation helpful? Give feedback.
All reactions