soyoureawaffleman
Forum Replies Created
-
In case anyone has similar issue.
- Removing / reinstalling the plugin didn’t work.
- On activation I got a PHP error
this is a singleton class and you cannot create a second instancewhich is concerning, but I ignored. - Removing (renaming actually) the
ssldirectory that sits next topublic_html, hitting the “Reset Let’s Encrypt” link in RSSSL settings page and completing the process did result in a new cert being requested and a successful outcome.
I’m not sure why RSSSL was convinced my out-of-date cert did not need to be renewed, but that seems to have fixed it.
Hello. I have experienced a similar issue in the past (“Could not load settings. Try Again”) where the plugin running within WordPress Admin on my site threw an error because it could not access a resource. The reason it could not access the resource was because the host site didn’t have a valid SSL cert, so you have a chicken & egg situation.
I found a way to make the browser ignore cert errors and the plugin managed to run successfully. I am running linux so I added a flag to the command line like this:
/usr/bin/google-chrome-stable %U --ignore-certificate-errorsWindows / Mac have their own alternatives that you can Google for. I hope that’s useful.