You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Huw Jenkins <hu...@solutionsinc.co.uk> on 2003/12/04 16:20:58 UTC

Re: [users@httpd] R: [users@httpd] SSL errors in Apache on Mac OS 10.3

I recreated the certificate and Geotrust re-issued the certificate for me,
worked fine. Must have been corrupt.

Thanks for the help.

Huw

> From: "Andrea Riela" <ml...@nesys.it>
> Reply-To: users@httpd.apache.org
> Date: Thu, 4 Dec 2003 12:42:27 +0100
> To: <us...@httpd.apache.org>
> Subject: [users@httpd] R: [users@httpd] SSL errors in Apache on Mac OS 10.3
> 
>> [03/Dec/2003 17:08:22 12722] [error] Init: Pass phrase incorrect (OpenSSL
> library error follows)
>> [03/Dec/2003 17:08:22 12722] [error] OpenSSL: error:0D07207B:asn1 encoding
> routines:ASN1_get_object:header too long </snip>
> 
> My suggestion is: try to recreate certificate and key
> 
> Openssl genrsa -out yourkey.key 1024 -days 365
> Openssl req -new -key yourkey.key -x5009 -out yourcertificate.crt
> 
> In virtual host:
> 
> ServerName ...
> ServerAdmin ...
> Port 443
> DocumentRoot ...
> SSLEngine on
> SSLCertificateFile /pathfor/yourcertificate.crt
> SSLCertificateKeyFile /pathfor/yourkey.key
> ErrorLog ...
> CustomLog ...
> 
> Byez
> Andrea
> 
> 
> ---------------------------------------------------------------------
> 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@httpd.apache.org
>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org