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