SSL configuration on Wampserver 2
Posted by: nishan (203.115.22.---)
Date: December 09, 2007 12:45PM

I was trying to run SSL on Wamp2 but not successful. Manged to configure a virtual host running on port 443, but when I uncomment SSLEnable in httpd-vhosts the apache server stops.Can someone guide me the required configuration steps?

<VirtualHost 127.0.0.1:443>
ServerAdmin administrator@helpweb.localhost
ServerName localhost
DocumentRoot c:\wamp\www\helpweb
ErrorLog c:\wamp\www\helpweb\logs\error.log
CustomLog c:\wamp\www\helpweb\logs\access.log common

SSLEnable
SSLCertificateFile C:\wamp\bin\apache\apache2.2.6\conf\ssl\localhost.cert
SSLCertificateKeyFile C:\wamp\bin\apache\apache2.2.6\conf\ssl\localhost.key


</VirtualHost>

Options: ReplyQuote
Re: SSL configuration on Wampserver 2
Posted by: yfastud (Moderator)
Date: December 09, 2007 02:37PM

Did you install the addon ssl yet? If not, downoad it through addons page

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.