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 :
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
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 :
Thanks a lot in advance !!!!! hope someone could help