dany Posted February 23, 2011 Share Posted February 23, 2011 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: Link to comment https://forums.phpfreaks.com/topic/228595-configuring-http-with-openssl/ Share on other sites More sharing options...
dany Posted February 23, 2011 Author Share Posted February 23, 2011 please i need to configure my http:// to be used with https:// Link to comment https://forums.phpfreaks.com/topic/228595-configuring-http-with-openssl/#findComment-1178619 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.