Author |
|
codex
Joined: 10 May 2006 Posts: 1
|
Posted: Wed 10 May '06 23:06 Post subject: SSL does not work with 2.0.58 |
|
|
i use this apache version. i downloaded it right now but after install and enabling mod_ssl.so SSL still do not work.
Maybe someone could give me some tips how to make work SSL after this package instalation ?
Thank you in advance! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 12 May '06 21:54 Post subject: |
|
|
Often the installer version has no SSL. Download Apache from this page or a mirror and try again! |
|
Back to top |
|
doc_savage
Joined: 22 Jun 2006 Posts: 2
|
Posted: Thu 22 Jun '06 21:45 Post subject: |
|
|
I believe there's a compilation bug in that file. Go ahead and install it, then check to see if the service start string in the Registry is missing the required "-DSSL" command line parameter:
Key: HKLM\SYSTEM\CurrentControlSet\Services\Apache2\ImagePath
Type: REG_EXPAND_SZ
Value: "d:\path\to\Apache2\bin\Apache.exe” -k runservice -DSSL |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 23 Jun '06 19:54 Post subject: |
|
|
doc_savage wrote: | I believe there's a compilation bug in that file. |
Nope! no bug! Apache is NOT compiled with SSL! |
|
Back to top |
|
Jorge
Joined: 12 Mar 2006 Posts: 376 Location: Belgium
|
Posted: Sat 24 Jun '06 14:38 Post subject: |
|
|
James Blond wrote: | doc_savage wrote: | I believe there's a compilation bug in that file. |
Nope! no bug! Apache is NOT compiled with SSL! |
If you live in the US:
http://www.devside.net has a ssl enabled build. |
|
Back to top |
|