

SSLCertificateKeyFile "c:/wamp64/bin/apache/apache2.4.27/conf/key/private.key" SSLCertificateFile "c:/wamp64/bin/apache/apache2.4.27/conf/key/certificate.crt" TransferLog "c:/wamp64/bin/apache/apache2.4.27/logs/access.log" Using a text editor like Notepad, open c:\wamp64\bin\apache\apache2.4.27\conf\extra\nf and apply the following changes:īelow the line:, check the following parameters to ensure they are configured correctly and not commented.LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

Using a text editor like Notepad, open c:\wamp64\bin\apache\apache2.4.27\conf\nf and un-comment following 3 lines:.If the key folder doesn't already exist, create it. Move the private.key and certificate.crt files from c:\wamp64\bin\apache\apache2.4.27\bin to the c:\wamp64\bin\apache\apache2.4.27\conf\key\ folder.The one question that really matters here is the FQDN. Note: You can pretty much answer the questions any way you want though real answers are best. Openssl req -new -x509 -nodes -sha1 -key private.key -out certificate.crt -days 36500 -config c:\wamp64\bin\apache\apache2.4.27\conf\openssl.cnf Openssl rsa -in private.key -out private.key Openssl genrsa -aes256 -out private.key 2048 Open a command prompt (WindowsKey + R > cmd > click OK) and enter the following commands.How to use WAMP + SSL to open localhost over https: You may also need to change the version number in some of the paths depending on when you downloaded Wamp Server. Unfortunately, right out of the box, WampServer only includes a parts of what you need to get your local web server running over In this article, we will go over the exact steps you can follow to get HTTPS / SSL working on your Wamp Server. These instructions assume that you are installing the 64-bit version of WampServer for Windows to your c: drive. With the importance of HTTPS for security and SEO (according to Google), you need a development environment that lets you run your site locally on https.
