SSL Certificate

.

My domain is: qayadmgmt.com

I installed let'sencrpt certificate but still it is showing no SSL certificate.

My web server is (include version): Server Type: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16

The operating system my web server runs on is (include version): centos 7.8.2003 (core)

My hosting provider, if applicable, is: DigitalOcean

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

1 Like

Welcome to the Let's Encrypt Community, Adnan :slightly_smiling_face:

What is the output of:

sudo apachectl -S

1 Like

Thanks a lot for the welcome. No output of the command Griffin.

2 Likes

No output... hmmm... :thinking:

Try this then:

sudo httpd -S

1 Like

httpd -S

1 Like

Let's get some more details...

what's the output of:

sudo ls -lRa /etc/httpd

1 Like

Any way you can dump all of the output into a .txt file and upload it here?

sudo ls -lRa /etc/httpd > output.txt

1 Like

Yes, please find attached.

output.txt (2.5 KB)

1 Like

I'm away for a bit. back later, my friend. If anyone comes by in the meantime, feel free to pickup.

1 Like

Thanks for your time.

2 Likes

All three HTTP server blocks have "alias qayadmgmt.com" - that is clearly a misconfiguration; as only the first one will ever be served.

The HTTPS server block doesn't include the "www" alias - seems to be an oversight (easily corrected).

Please show the output of:
certbot certificates

and please show the file:
/etc/httpd/conf.d/ssl.conf

1 Like

For anyone reading this far: Take note of the Apache version

[which may require some special cert handling]

2 Likes

output of the command and conf is attached. Thank you.
certbot1

1 Like

ssl.txt (9.5 KB)

1 Like

Thank you respected leader :). I hope it will get sorted today.

2 Likes

Mate! are you back yet?

1 Like

Unfortunately, driving and debugging don't mix. :upside_down_face:

2 Likes

The cert looks perfect :slight_smile:

The SSL.conf file is lacking proper:

  • "ServerName" (and "ServerAlias")
  • "DocumentRoot"
1 Like

I have every confidence in @rg305 though. :slightly_smiling_face:

1 Like