Trying to add and SSL to my website hosting at godaddy cpanel. I tried running the CertSage but get a loop error. I tried correcting it but am not seeing anything. Is there something else on this end I can do?
Thank you.
Update. I removed the .htacess from the site and generated a new one. That error went away. Now just says authorization pending after 10 attempts. Hopefully it will work...
Before your server went completely down on port 80, I could do a little bit of testing. It seems when requesting a path with /.well-known/acme-challenge/test, your server redirects with:
Location: drstevensukinurology.com
Which is a rather odd redirect.
Maybe it was caused by that .htaccess you've removed (no clue, I don't know the contents), but for me, the site is still completely down. And if I can't access it, chances are Let's Encrypt can't either.
Temporarily disabling all non-essential plugins could be helpful, yes.
You also might want to file a ticket with GoDaddy that the shared hosting webserver is rather unresponsive from Europe. Even when I just connect to the IP address, I'm getting timeouts.. Great webhost
It seems your weird redirect is gone at the moment. Probably caused by your 404 redirect plugin. My advice? Leave this one off and try to find a better one. This one is just terrible from the looks of it.
Looks to me like there's still an Apache redirect occurring:
http://drstevensukinurology.com/.well-known/acme-challenge/AmJrA2X6omGlxcuNyVLHo1Zdk1MMtp5eCYimZcG0a9k
301 Moved Permanently
http://drstevensukinurology.com
200 OK
I'm suspecting there's an .htaccess file in front turning "pretty" URLs into specific parameters/files for a PHP-based app. There needs to be an exception added to the rewrite rules for /.well-known/.
Also.. i am new to doing this.. I created a folder called .well-known and a folder in it called acme-challenge. there is currently nothing in the folder, should there be?
is that right?
You could place a test text file there to ensure it can be reached from the Internet.
Otherwise, it can remain empty [and will be used by the ACME software during HTTP authentication].