-
Notifications
You must be signed in to change notification settings - Fork 497
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
TLS handshake error-Let's Encrypt #1352
Comments
@Jainam-17-18 Is DNS pointing at your domain? |
@nickhammond yes DNS is pointing to my domain. (Had check on https://check-host.net/check-dns) Also, on ( https://letsdebug.net/ ) DNS is passed, put htttp-01 and tls-alpn-01 is failing. |
On two new deploy Hetzner VPS:
This stuff is killing me 🤣 |
I do not understand completely how Cloudflare DNS with proxy checkmark on works, but I was getting redirect error, then I turned off DNS proxy checkmark and after few minutes things start to work. I have no idea what does Cloudflare proxy checkmark next to A record do. I had a DNS setting in go daddy and that didn't give me any issues. |
Discussed in #1347
Originally posted by Jainam-17-18 January 9, 2025
I have deployed my application and it's fine when
ssl: false
under proxy.Now I have to do
ssl: true
.But getting error:
Server Setup:
Have checked my server's both Port 80 and 443 is showing opened on https://portchecker.co/ .
Server transfer request to VM where the application had been deployed.
I have a server's port (abcd) which map with NAT to VM's port (443).
I also have another port (wxyz) which map with NAT to VM's port (80).
The text was updated successfully, but these errors were encountered: