Keywords: General - AWS - Technical issue - Secure Connections (SSL/HTTPS)
Description:
Hi Team,
Thanks in advance for this, i followed the blogpost here to create https/SSL version from my site https://www.davidmeents.com/add-ssl-ec2-wordpress-instance-use-https/
but after about a day of working, i started getting the following error where apache refused to start.
AH01882: Init: this version of mod_ssl was compiled against a newer library (OpenSSL 1.0.2q 20 Nov 2018, version currently loaded is OpenSSL 1.0.2o 27 Mar 2018) - may result in undefined or erroneous behavior
[Tue Jan 29 04:03:47.141560 2019] [ssl:emerg] [pid 1974:tid 140707398121216] AH02565: Certificate and private key localhost:443:0 from /opt/bitnami/apache2/conf/server.crt and /opt/bitnami/apache2/conf/server.key do not match
AH00016: Configuration Failed
[Tue Jan 29 04:05:47.139310 2019] [ssl:warn] [pid 1992:tid 139831507146496] AH01882: Init: this version of mod_ssl was compiled against a newer library (OpenSSL 1.0.2q 20 Nov 2018, version currently loaded is OpenSSL 1.0.2o 27 Mar 2018) - may result in undefined or erroneous behavior
[Tue Jan 29 04:05:47.139713 2019] [ssl:emerg] [pid 1992:tid 139831507146496] AH02565: Certificate and private key localhost:443:0 from /opt/bitnami/apache2/conf/server.crt and /opt/bitnami/apache2/conf/server.key do not match
AH00016: Configuration Failed
Then i went back and reversed the changes which was mainly .htaccess file and a couple of entries on wp-admin.php which i reversed cleanly.
For some reason the httpd fails to start on reboot. Can you please help?