carose

Results 12 comments of carose

You should really wait until the DNS records has fully propagated (~24 hours) Even though you can see the domain, the Let's Encrypt service may not, resulting in it failing...

Your log files are cut off and dont provide any useful information..

Try running: /opt/sp/nginx/sbin/nginx -t It should give you some clues to if its an issue with the configuration file?

I find this happens sometimes for me also, If I log onto the server and manually refresh the service for nginx, it starts to use the new cert. It's as...

I managed to get around this problem by updating my cron job with: --post-hook "service sp-nginx reload" This makes sure that the nginx config is reloaded after successful renewals. By...

This is correct, as the script is not a part of Server Pilot so any actions performed through the Server Pilot control panel won't take affect. The script could probably...

This is done using .htaccess and the details can be found on the server pilot documentation: https://serverpilot.io/community/articles/how-to-force-SSL-by-redirecting-http-to-https.html

If it’s constantly redirecting then it’s more than likely a plug-in or core Wordpress setting which has http set. I would remove the redirect, check your settings in WP and...

I don't have this issue.., though I am using an older version of this script. Are you running it as root? `bash ./sple.sh`

Depending on the way your executing the script, this could be the cause.. I log in as the root user on the server and run `./sple.sh`. However if you are...