You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.
I've just updated to 1.0.0-beta.8, and when trying to generate a new certificate, www is being appended at the beginning of my site address, causing the certificate generation to fail with "Challenge remote check failed for domain". The address for my site is a subdomain (linesville.ccfls.org) and I'm not using www.linesville.ccfls.org. I've tried adding that url to my domain registration as well as adding ServerAliases for it to both my http and https configs in apache for the site, and it fails further, but that seems to be beside the point (it's failing because I've attempted to generate the certificate for that url too many times). I don't actually want to have to use www on all my subdomains anyway.
I'm guessing this has to do with the changes to WPENC/Core/Util.php, but I'm not a php guru so I'm not sure how to fix this behavior.
The text was updated successfully, but these errors were encountered:
I think the problem here is that some users (and @felixarntz ) consider generating certificates for both www and non-www version to be a "feature" so they can use SSL for Apache-configured redirects.
Other users (including myself) don't need or want this behavior, as it requires additional DNS setup, particularly for subdomains.
I'm running into this with one of my sites. I've got 5 days left before my cert expires and I can't renew it because of this. I don't have control of the DNS to add the extra www subdomain.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've just updated to 1.0.0-beta.8, and when trying to generate a new certificate, www is being appended at the beginning of my site address, causing the certificate generation to fail with "Challenge remote check failed for domain". The address for my site is a subdomain (linesville.ccfls.org) and I'm not using www.linesville.ccfls.org. I've tried adding that url to my domain registration as well as adding ServerAliases for it to both my http and https configs in apache for the site, and it fails further, but that seems to be beside the point (it's failing because I've attempted to generate the certificate for that url too many times). I don't actually want to have to use www on all my subdomains anyway.
I'm guessing this has to do with the changes to WPENC/Core/Util.php, but I'm not a php guru so I'm not sure how to fix this behavior.
The text was updated successfully, but these errors were encountered: