Boyce, Nick wrote:
> 
> Are you sure you've modified the server config to cause it to 
> expect SSL connections (as well as built it to be capable of them)?

Thanks, that was it.

I added:

SSLLog /tmp/SSLLog
SSLLogLevel debug

<VirtualHost _default_:443>
    SSLEngine on
    SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
</VirtualHost>

to the httpd.conf and now Apache doesn't start! But it looks 
like I am getting further...

It says:

  Apache:mod_ssl:Error: Pass phrase incorrect.
  **Stopped
  /usr/local/apache/bin/apachectl startssl: httpd could not be started

and the logs say:

    httpd: [date] [error] mod_ssl: Init: Pass phrase incorrect.

and:

[Date] [info]  Init: 1st startup round (still not detached)
[Date] [info]  Init: Initializing OpenSSL library
[Date] [info]  Init: Loading certificate & private key of SSL-aware
server <server>:443
[error] Init: Pass phrase incorrect.

The trouble is, I have never been given the option of entering 
the appropriate pass phrase.


I feel I am *almost* there but just need a tiny nudge in the 
right direction.

Thanks
-- 

If it ain't opinionated, it ain't Rich Teer.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to