Replies: 1 comment 7 replies
-
Your curl illustrates the problem: DNS Made Easy redirect HTTPS to HTTP. So the constraint seems coming from the API and not from lego. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The DNS Made Easy API is redirecting traffic to plain text (http) communication and is also setting the
InsecureSkipVerify
setting to accept untrusted (and potentially MITM) certificates. While this is an issue with DNS Made Easy, I think go-acme/lego would benefit from stricter security policy and this should clearly not be permitted.lego/providers/dns/dnsmadeeasy/dnsmadeeasy.go
Line 52 in 27bb3f2
Beta Was this translation helpful? Give feedback.
All reactions