On Thu, Jun 08, 2000 at 11:34:57AM +0800, Ganbold wrote:
> Hello,
> 
> I tried to get rid of the pass-phrase following instruction of mod_ssl faq.
> In httpd.conf file I put:
> SSLPassPhraseDialog           exec:/usr/local/apache/conf/keys/server.key
> 
> After starting there was error in apache log and apache dies:
> 
> /usr/local/apache/conf/keys/server.key Permission denied
> mod_ssl init: Pass phrase incorrect (Openssl library error follows)
> open_ssl error: asn1 encoding routines:asn1_get_object:header too long
> 
You've misunderstood the exec mechanism - it should point to a program
that outputs the password. Try reading 
http://www.modssl.org/docs/2.6/ssl_reference.html#ToC2 again.
Alternatively you could remove the password:
http://www.modssl.org/docs/2.6/ssl_faq.html#remove-passphrase

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to