This is because, as the message says, the key is encrypted. And it makes it
pretty tough for the server to use it without decrypting it. So you can make
a decrypted key and that should solve it.
from the dir where the cert is:
> mv server.key server.key.secure
> openssl rsa -in server.key.secure -out server.key
> apachectl restart
--Ed
>Hi,
>just a trivial question: why is it that only the last virtual host is
>stated when starting ssl? Ive got a few virtual hosts and ive noticed
>that only the last one (in the httpd.conf file) is displayed. Bit
>intrigued ...
>
>"Apache/1.3.4 mod_ssl/2.2.3 (Pass Phrase Dialog)
>Some of your private key files are encrypted for security reasons.
>In order to read them you have to provide us with the pass phrases.
>
>Server tmcwork.cc21.com.sg:443
>Enter pass phrase:
>
>Ok: Pass Phrase Dialog successful.
>/opt/apache/SSLapache_1.3.4/bin/apachectl startssl: httpd started"
>
>G.
>--
>Gilles Chong ([EMAIL PROTECTED], [EMAIL PROTECTED])
>Systems Engineer, Internet Division
>CSA Automated Pte Ltd, Singapore.
>
>
>______________________________________________________________________
>Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>User Support Mailing List [EMAIL PROTECTED]
>Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]