Apache restarts randomly? SSL Certificate issues.

artitex

New member
Joined
Oct 17, 2016
Messages
1
Hi,

We have a Dedicated Server by OVH and we do hosting some websites.

I have two issues and the support can't answer this.

First: I think that Apache restart randomly because my Uptime Monitor gives me messages when a website is Offline.

Second: SSL Certificate works for like 5 minutes or several clicks. Then I get Untrusted notification. When I do SSL Check, it shows me the Certificate from the Root, after one more check then it shows the correct one. I use LetsEncrypt, and i bought a SSL cert. for a website, both same issue.

We already restart httpd, DirectAdmin and we enabled NSI in DA config. We didn't find strange things we think in the logs.

Please help us, thnx!
 
Hi,

can you please provide us a domain that is having this issue?
Are you using any firewall?
Is the DNS set correctly?

Best regards
 
Hello,

Make sure to restart Apache in console with
Code:
killall -9 httpd
service httpd start

A regular restart might fail in certain cases to stop all Apache's running processes.
 
Back
Top