LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache & SSL Help, Services Won't start (https://www.linuxquestions.org/questions/linux-software-2/apache-and-ssl-help-services-wont-start-302660/)

mikeybuk 03-17-2005 04:56 AM

Apache & SSL Help, PROTOCAL ERROR, HELP
 
Hi,

This has been bugging me since last Friday. I have had the latest version of apache and mod_ssl installed on my server and have created a new httpd conf file to house the new setting for the SSL certificate, etc..

However whenever I type the command apachectl startssl and they type ps | -ef grep httpd it says there are no processes running and I cannot access my web site. There are no errors in the logs and only the lines below in the ssl engine log, does anyone have any ideas as to why the processes are not starting.
There are no password on the cert or private key's.

[17/Mar/2005 09:03:54 32627] [info] Server: Apache/1.3.33, Interface: mod_ssl/2.8.22, Library: OpenSSL/0.9.7e
[17/Mar/2005 09:03:54 32627] [info] Init: 1st startup round (still not detached)
[17/Mar/2005 09:03:54 32627] [info] Init: Initializing OpenSSL library
[17/Mar/2005 09:03:54 32627] [info] Init: Loading certificate & private key of SSL-aware server *******.****.***:443
[17/Mar/2005 09:03:54 32627] [info] Init: Seeding PRNG with 136 bytes of entropy
[17/Mar/2005 09:03:54 32627] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[17/Mar/2005 09:03:54 32627] [info] Init: Configuring temporary DH parameters (512/1024 bits)

Thanks, Michael.

mikeybuk 03-17-2005 05:41 AM

NEW ERROR RECEIVED FROM SYSTEM
 
Hi I have typed the commands openssl s_client -connect localhost;443 -state -debug and also the command curl https://localhost/ and get the following error message.

CONNECTED(00000003)
SSL_connect:before/connect initialization
write to 08149D60 [0814A398] (124 bytes => 124 (0x7C))
0000 - 80 7a 01 03 01 00 51 00-00 00 20 00 00 16 00 00 .z....Q... .....
0010 - 13 00 00 0a 07 00 c0 00-00 66 00 00 05 00 00 04 .........f......
0020 - 03 00 80 01 00 80 08 00-80 00 00 65 00 00 64 00 ...........e..d.
0030 - 00 63 00 00 62 00 00 61-00 00 60 00 00 15 00 00 .c..b..a..`.....
0040 - 12 00 00 09 06 00 40 00-00 14 00 00 11 00 00 08 ......@.........
0050 - 00 00 06 00 00 03 04 00-80 02 00 80 d6 75 81 57 .............u.W
0060 - 73 79 be c7 45 49 5c b3-36 97 cb 18 28 20 92 c2 sy..EI\.6...( ..
0070 - fe b5 2f 66 15 fc 2f ed-3a da f8 75 ../f../.:..u
SSL_connect:SSLv2/v3 write client hello A
read from 08149D60 [0814F8F8] (7 bytes => 7 (0x7))
0000 - 3c 21 44 4f 43 54 59 <!DOCTY
SSL_connect:error in SSLv2/v3 read server hello A
752:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt
.c:460:

Does anyone have an idea of what the last bit means, unkown protocal and how to get around it or will it mean a re-compile.


All times are GMT -5. The time now is 09:50 AM.