Validation time of the SSL

Hello,
I configured the SSL certificat on my host with Centos 7 OS, it was more than 7 hours and I can't see any result yet!! is the SSL validation can take all that time or more for propagation ?

My domain is: inwi.org.uk

I ran this command: certbot --apache

It produced this output: Congratulation! you have successfully enabled https://inwi.org.uk] and https://www.inwi.org.uk
My web server is (include version): Apache/2.4.6

The operating system my web server runs on is (include version):Centos 7

I can login to a root shell on my machine (yes or no, or I don't know): Yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel): NO

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 1.11.0

Kind regards.

SSL validation ordinarily takes place in a matter of seconds. If you'd answered the questions you were given when you started this topic, rather than deleting them, we might have a better idea of what's going on.

1 Like

thank you for your reply.
Should I repeat the question with the given questions ?

Not necessary. So from the output given, the cert was issued, and indeed it was:
https://crt.sh/?id=4218625222

But your site is serving a self-signed cert instead. Certbot should have configured Apache to use the new cert, but apparently it didn't--so you'll need to edit its configuration files to do that. But you should only need to do it once.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.