Joost de Heer wrote:
Steffen wrote:
So far I have two reports that mod_ssl is given issues.
Strange, I tried it on three XP boxes and all is fine.
The report is:
error c0000005 at 6FD0F220 (mod_ssl).
c0000005 is 'access violation'.
Using FileMon, this appears to get triggered when trying to read in a
server
certificate. I removed the SSL portion of one virtual host and it then
errored in trying to read the certificate for the first virtual host.
You have odd NTFS rights on the certificate files?
That shouldn't cause a GPF. You said this was a working conf under 2.2.0?
What OpenSSL flavor before / after? Hopefully you pass on .pdb files from
the exact build you distribute, and the user can provide a meaningful
Dr. Watson log. Unfortuantely there aren't any by default for OpenSSL,
unless you hack in /debug /opt:ref into the release ldflags in place of
/release, and /oy- /Zi into the release cflags of the openssl build.
Bill