Apache HTTPD 2.2.6 + mod_ssl 2.2.6 -- odd error...
2010-12-01 04:37:44 GMT
My organization recently switched its SSL Certificate vendor and the new supplier (COMODO) insists (reasonably) that we use 2048-bit Private and Public keys. So I take a running Apache installation, HTTPD v2.2.6, with mod_ssl v2.2.6 and openssl v0.9.8g running on Solaris 10, currently using a Thawte certificate, and upgrade it for the new vendor's certificates. I implement the new certificates. reboot httpd, and both aspects where the new certificate is used in the server (mod_ssl and an additional module, mod_cosign from http://weblogin.org) seem to be working properly. That is, mod_cosign works as expected providing single signon features, and mod_ssl appears to be encrypting properly. Short of sniffing the wire to verify the data between browser and server, the little padlock icons are proudly displayed by the browser and page info displays confirm security by the vendor expected, dates expected, etc. But my httpd log files present an unexpected error each and every time a browser visits an SSL encrypted page (2 examples cited): User interface error unable to load Private Key 22188:error:0906A068:PEM routines:PEM_do_header:bad password read:/on10/build-nd/G10U10B0B/usr/src/common/openssl/crypto/pem/pem_lib.c:401: User interface error unable to load Private Key 22439:error:0906A068:PEM routines:PEM_do_header:bad password read:/on10/build-nd/G10U10B0B/usr/src/common/openssl/crypto/pem/pem_lib.c:401:(Continue reading)
RSS Feed