I am receiving the following error entries when I try to start apache. I was able to validate the key by using the openssl command. It printed out a lot of hex stuff. So, I believe the key is good. I was also able to print out the cert.
[Wed May 21 18:40:53 2008] [info] Init: Seeding PRNG with 136 bytes of entropy
[Wed May 21 18:40:54 2008] [info] Loading certificate & private key of SSL-aware server
[Wed May 21 18:40:54 2008] [error] Init: SSLPassPhraseDialog builtin is not supported on Win32 (key file C:/Program Files/Apache Software Foundation/Apache2.2/conf/geophil.key)
[Wed May 21 18:42:36 2008] [info] Init: Seeding PRNG with 136 bytes of entropy
[Wed May 21 18:42:36 2008] [info] Loading certificate & private key of SSL-aware server
[Wed May 21 18:42:36 2008] [info] Init: Requesting pass phrase from dialog filter program (C:/Program Files/Apache Software Foundation/Apache2.2/conf/resource.bat)
[Wed May 21 18:42:36 2008] [error] Init: Pass phrase incorrect
[Wed May 21 18:42:36 2008] [error] SSL Library Error: 218710117 error:0D094065:asn1 encoding routines:d2i_ASN1_SET:bad class
[Wed May 21 18:42:36 2008] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
[Wed May 21 18:42:36 2008] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
[Wed May 21 18:42:36 2008] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
The other issue I have with Apache 2.28 has to do with file descriptors. I issue the follow command on Windows 2003: openssl s_client -connect localhost:443 -state -debug
Loading 'screen' into random state - done
connect: Bad file descriptor
connect:errno=10061
This is a hot item that I am solving for a customer, please get back to me right away.
Thank you.
Phil L.