If you are looking for a way to set up SSL on your WAMP development environment, here is the solution:
http://www.webidsupport.com/forums/showthread.php?705-https-SSL-Under-WAMP
In my case setting the VirtualHost this way helped:
<VirtualHost 127.0.0.1:443>
instead of
<VirtualHost *:443>
If you still have errors don’t forget to check the errors and warnings in apache_error.log.
There is a lot of valuable info there.
Advertisement