Configuring SSL on WAMP
Posted by: sreyan32 (203.171.246.---)
Date: April 17, 2013 07:41PM

Hello,
I am using the latest version of WAMP installed on Windows 8 x64. Apache is running on localhost and whatever development I will do, will be done on a local machine. I want to enable SSL in WAMP, please bear in mind my web server needs to handle both http and https requests because I have some pages which need to be encrypted and some pages that don't. I will be using both http and https links in my project. I have already installed OpenSSL and generated a private key and a self signed digital certificate using the commands-:

openssl genrsa -des3 -out privkey.pem 2048

openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095

NOW HOW DO I USE THESE CERTIFICATES AND HOW DO I ENABLE SSL ? I need my server to listen on two ports- 80 and 443(used for SSL) HOW DO I HAVE APACHE DO THAT IN WAMP ?

Thanks,
Sreyan

Options: ReplyQuote
Re: Configuring SSL on WAMP
Posted by: showstopper (---.dynamic.tstt.net.tt)
Date: April 18, 2013 12:44AM

You need to do this in the vhost file i'll see if i can located a tutorial smiling smiley

Fitcom - Technology and SEO with a side of awesome

Installing and Configuring a WAMP Server in Windows 7 & 8

Options: ReplyQuote
Re: Configuring SSL on WAMP
Posted by: RiggsFolly (---.as13285.net)
Date: April 18, 2013 10:18AM

Try reading this


[forum.wampserver.com]

Options: ReplyQuote
Re: Configuring SSL on WAMP
Posted by: sreyan32 (116.193.136.---)
Date: April 18, 2013 04:09PM

RiggsFolly Wrote:
-------------------------------------------------------
> Try reading this
>
>
> [forum.wampserver.com]


Will these steps allow me to use both SSL and non-SSL pages ? Because the tutorial looks like its only going to configure Apache to receive HTTPS requests. I need my web server to handle both HTTP and HTTPS request. Thank you very much for the help by the way. The tutorial did not answer all my question but it gave me a great starting point though.

Options: ReplyQuote
Re: Configuring SSL on WAMP
Posted by: RiggsFolly (---.as13285.net)
Date: April 18, 2013 11:56PM

As long as you have a

Listen 80
Listen 443

In your config somewhere yes

Options: ReplyQuote


Sorry, only registered users may post in this forum.