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 was 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.
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.