No SSL after Yum update

sephen

Verified User
Joined
Nov 12, 2019
Messages
15
Today I ran yum update on my VPS. but after the update I couldn't activate SSL. And now after adding SSL=ON to the config I can add the letsencrypt cerificates but its not working.
On http I get "Apache is functioning normally" And on the https I get a privacy error.

Any ideas on how to fix this?
 
What I would do is something like:

Make a snapshot backup, in case something go wrong below.
Make sure that your hostname is properly set in the Administrator Settings. (Use a real hostname, ie: server1.domain.com).
Make sure that there is a DNS A Record for the server hostname.
Make sure that you are using CustomBuild 2+
Make sure everything is updated, and let's encrypts installed.

Then log-on the VPS in a shell, and then run this :
cd /usr/local/directadmin/scripts
./letsencrypt.sh request_single `hostname` 4096

This, will request a single certificate for your server hostname, and try to apply it. Then, after 5 minutes, if you hard refresh/clear cache, you should not have anymore privacy error.

Cheer
 
Back
Top