glen,

>is it listening on port 443?
>server# netstat -a | grep 443 <or> netstat -a | grep https
netstat -a | grep https gives :
*********
tcp        0      0 *:https                 *:*                     LISTEN
*********

>are you using `apachectl startssl`
no
to start the server, i use "httpd start" (or "httpd restart")
i'm using RH6.2

>ps -ef/-waux | grep http
this command has an unsupported option here

ps -ef | grep http gives :
*********
root      8783     1  0 Feb27 ?        00:00:00 httpd
nobody    8786  8783  0 Feb27 ?        00:00:00 httpd
nobody    8787  8783  0 Feb27 ?        00:00:00 httpd
nobody    8788  8783  0 Feb27 ?        00:00:00 httpd
nobody    8789  8783  0 Feb27 ?        00:00:00 httpd
nobody    8790  8783  0 Feb27 ?        00:00:00 httpd
nobody    8791  8783  0 Feb27 ?        00:00:00 httpd
*********

i'm trying to create a certificate (and key file) as close as possible from the
./ssl.crt/server.crt and ./ssl.key/server.key files but still don't know why the
server doesn't accept them and gladly accept server.crt and server.key

glen i could send "my" both files privately if you wish

thanks for your help


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

Reply via email to