0

Hope someone could help me with this nightmare ...

I try to install i ssl certificat to my localhost but i get an error on my ssl logs :

[ssl:warn] [pid 1613] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)

I checked if my port 443 is open with nmap, here the result :

enter image description here

All looks good in /etc/httpd/conf.d/ssl.conf ( i think so )

ServerName localhost 

SSLCertificateKeyFile /etc/ssl/private/apache-selfsigned.key

SSLCertificateFile /etc/ssl/certs/apache-selfsigned.crt

Here the result when i try to access to https://localhost

enter image description here

I tried on another machine to configure /etc/httpd/conf/httpd.conf with the virtualhost on port 443 but i get the same result.

I genereted the certificate with the following tutorial :

https://www.digitalocean.com/community/tutorials/how-to-create-an-ssl-certificate-on-apache-for-centos-7

Thanks a lot in advance !!!!! hope someone could help

Mathieu Mourareau
  • 1,140
  • 2
  • 23
  • 47

0 Answers0