Skip to content
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

check that the file is in place: allow unverified ssl #190

Closed
wants to merge 1 commit into from

Conversation

piec
Copy link

@piec piec commented Nov 30, 2017

Hi,

This patch is for allowing insecure https in the "check that the file is in place" procedure.
This is for example useful in the case where you have a working setup with a http -> https redirection and you want to add a new subdomain xxx.example.com. Since your current certificate doesn't include the new subdomain xxx.example.com then the urlopen fails.
The thing is that let's encrypt doesn't care if the certificate is correct, which is somewhat logical because you are not supposed to have a valid ssl certificate before getting one from let's encrypt. Also the local urlopen check done by acme-tiny is only there for good measure not to disturb let's encrypt if the web-server configuration isn't even correct.

Similar to #157 but with explanation

Cheers,
Pierre

@diafygi
Copy link
Owner

diafygi commented Mar 17, 2018

Added --disable-check in 4.0.0+

@diafygi diafygi closed this Mar 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants