I’ve got certificate and config VirtualHost already, but then sometime browsers show it is not secure.
When show not secure, the certificate will be self-signed cert.
And i have another domain inside this server too which display correct cert always
Any idea how to make it work?
Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don’t know):
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):
I ran this command:
/usr/local/directadmin/scripts/letsencrypt.sh request smebig.com
and it said success but when open with Firefox sometime not secure
My web server is (include version): Apache
The operating system my web server runs on is (include version): Centos 6
I can login to a root shell on my machine (yes or no, or I don’t know): I have ssh to login
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): DirectAdmin 1.5.6
Is the website using multiple servers running behind a load balancer or something?
One way this can happen is if something went wrong when Apache was reloaded or restarted and there are both old and new Apache processes running with different certificates configured. Though it’s not supposed to happen at all.