Page 1 of 1

Disable SSL

PostPosted: 03. March 2006 11:04
by ecion
hello. I am using the windows version of XAMPP, and i would like to know how i can disable SSL.
As far as i am aware, SSL uses port 443? - I wish to use another application on this port. (I only have limited ports avaible)

PostPosted: 04. March 2006 08:45
by alucard01
configure the file:

\apache\conf\extra\httpd-ssl.conf

or generally:

ssl.conf

Find this file and make it listen to port other then 443

Hope it works.