maniac Posted November 20, 2007 Report Posted November 20, 2007 Been desparetly trying to get SSL working in apache today. Cerated the key and certificate files using open SSL, uncommented the line to load the modSSL module, and the line that loads the ssl.conf file, and I've edited the files with the correct locations of the certificate files etc. However it doesn't work!!!! The apache services won't start. If I comment out the line that calls the ssl.conf file, then it starts ok, so something in this file is causing the service to stall, but I dion't know what! Are there any really obvious bits I'm missing, something else that needs changing?? I've tried following several on-line guides but none of the tips contained in them have worked for me. Any advice appreciated. Mike. And yes I know, apache on windows, why not lynix I hear you cry? I'm forced to use windows by our LEA who provide our webserver unfortunitely!
DMcCoy Posted November 20, 2007 Report Posted November 20, 2007 what version of apache and ssl? I've had terrible problems with mod_ssl crashing with apache depending on what it was built with. Eventually I had to build my own with visual c++ 6!
maniac Posted November 20, 2007 Author Report Posted November 20, 2007 It was downloaded as a package (apache_2.2.6-win32-x86-openssl-0.9.8e.msi) but I've tried other versions as well, with no luck. I'm sure I'm blatently doing something wrong, but I can't find a definitive guide, and the help on the apache site is way to indepth for me. All I want is an SSL connection. It can't be that hard, but so far wasted the best part of a day trying to achieve it. Mike.
DMcCoy Posted November 20, 2007 Report Posted November 20, 2007 anything in the error log when it fails to start?
maniac Posted November 20, 2007 Author Report Posted November 20, 2007 Just sussed this out. There was an error on starting, problem with the SSL.conf file (didn't realise if you start apache from command prompt you get more details on the error!) Googled it, and found it was quite a common error. Now fixed and working! Woohooo! Mike.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now