Jump to content

Configuring HTTP with OpenSSL


dany

Recommended Posts

Hi every one i want to configure my http/ssl to work with https .

 

I am a newbie in dealing with SSL certificates. Although i have made a self signed certificate but i am having problems regarding its working configuration with appache. I am using wamp server and i want to use self signed certificates for experimentation with my php codes.I am using windows 7. I have followed almost all the online tutorials regarding how to generate a self signed SSL certificate.

I have created a certificate named as bhutta.com. Whenever i type https://bhutta.com my browser pops up eror. I also have made the required changes in the in the httpd.conf file and included following:

<IfModule ssl_module>

SSLRandomSeed startup builtin

SSLRandomSeed connect builtin

Listen 443

#Include conf/openssl.conf

</IfModule>

 

at the end but no vein. Whenever i test port 80 it shows the port is being used by Server:Apache/ 2.2.17<Win32> mod_ssl / 2.2.17 OpenSSL / 0.9.8q PHP/5.3.4.

 

however when i type http://bhutta.com/file.php everything works. I need to configure the HTTP to work with HTTPS/SSL.

 

Plus i am suspecting that my appache is listning to port 80 instead of port 443.

 

Please contribute , even the slightest thing will be deeply appreciated. :confused: :confused:

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.