Enter SSL Pass Phrase If you have ever provided a passphrase while creating a private key for SSL configuration, then you are required to enter… Read More »How to Skip PassPhrase Dialog
SSL Certificates Location For creating SSL certificates, you have to install one of httpd module called mod_ssl, and after that, a corresponding configuration file will… Read More »Where is SSL Certificates Location
ERROR_LOG After you set display_errors = Off in php.ini, the error message began to go background. You might want to know where the error message… Read More »Where is ERROR_LOG
The procedure to make a paid Secure Sockets Layer (SSL) work is way more complicate than a self-signed SSL installation, because the procedure involves a… Read More »How to Install Paid SSL
We have 2 ways to redirect a HTTP connection to HTTPS Redirect HTTP to HTTPS by Web Server Redirect HTTP to HTTPS by PHP Code… Read More »How to Redirect HTTP to HTTPS
HeartBleed Openssl announced a vulnerability (CVE-2014-0160) in the handling of the TLS heartbeat extension on April 7th, 2014. Version 1.0.1 before 1.0.1g and 1.0.2 before… Read More »How to Update OpenSSL
Self-Signed Certificate Before you create a self-signed certificate, you should install mod_ssl for Apache httpd server first. [root@test ~]# yum install mod_ssl There's a new… Read More »Self-Signed Certificate Example