Xammp bitnami joomla ssl -
hello pointers enabling ssl on bitnami joomla works xampp have read many tutorials nothing seems work.i have tried forse ssl joomla adminstrator says connection not safe might problem see cert not trusted accepted trusted still doesn't work .if knows answer please share!
bitnami developer here,
i have created new auto-signed certificate using our guide @ https://wiki.bitnami.com/components/apache#how_to_create_a_ssl_certificate.3f , modified file installdir/etc/extras/httpd-ssl.conf
use new certificate files , after restarted apache server sudo installdir/ctlscript.sh restart apache
. worked me. lines modified in httpd-ssl.conf
are:
... sslcertificatefile "/opt/lampp/etc/ssl.crt/server.crt" ... sslcertificatekeyfile "/opt/lampp/etc/ssl.key/server.key" ...
then, browsed server using https , showed error page error code net::err_cert_authority_invalid
.
that means certificate invalid because of certificate authority not trusted one. normal because have auto-signed certificate. skip this, click "advanced options" button , click link "proceed ...". should see website.
also in navigation bar see text "https" in red. if click in lock close it, prompt window text:
the identity of website has not been verified. • server's certificate not trusted. connection your_domain.com encrypted modern cryptography. connection uses tls 1.2. connection encrypted , authenticated using aes_128_gcm , uses ecdhe_rsa key exchange mechanism.
regards,
gonzalo
Comments
Post a Comment