Graves, Jan wrote: > Rob, > > Here is the end of what I was told is my Apache error log file: > [Wed Jul 12 07:05:11 2006] [error] mod_ssl: Init: Private key not found > (OpenSSL > library error follows) > [Wed Jul 12 07:05:11 2006] [error] OpenSSL: error:0D07207B:asn1 encoding > routine > s:ASN1_get_object:header too long > [Wed Jul 12 07:26:21 2006] [error] mod_ssl: Init: Private key not found > (OpenSSL > library error follows) > [Wed Jul 12 07:26:21 2006] [error] OpenSSL: error:0D07207B:asn1 encoding > routine > s:ASN1_get_object:header too long > [Wed Jul 12 08:21:03 2006] [error] mod_ssl: Init: Private key not found > (OpenSSL > library error follows) > [Wed Jul 12 08:21:03 2006] [error] OpenSSL: error:0D07207B:asn1 encoding > routine > s:ASN1_get_object:header too long Check your configuration for an SSLCertificateKeyFile directive. Its argument is the path to the private key of your certificate. Check that file. It should look like: -----BEGIN RSA PRIVATE KEY----- [Key] -----END RSA PRIVATE KEY----- If it doesn't, you probably have a mangled key. (Don't give away the actual contents of the file though, it might be possible to recreate the key from it, and that would compromise your certificate!) Hopefully you have backups, or don't need SSL, otherwise you'll have to recreate the certificate. Joost --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx