> -----Original Message-----
> From: Tom Ray [Lists] [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 20. Juli 2005 22:53
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Apache 2.0 and OpenSSL
> 
> 
> I'm running apache 2.0 on a suse 9.1 box and I'm trying to 
> get openSSL 
> to run with it. Now when I do a ps -ef I see that SSL is 
> running with apache
> 
> wwwrun   24131  2115  4 16:45 ?        00:00:15 
> /usr/sbin/httpd2-prefork 
> -f /etc/apache2/httpd.conf -Dssl
> wwwrun   24157  2115  3 16:45 ?        00:00:13 
> /usr/sbin/httpd2-prefork 
> -f /etc/apache2/httpd.conf -Dssl
> wwwrun   24836  2115  9 16:50 ?        00:00:06 
> /usr/sbin/httpd2-prefork 
> -f /etc/apache2/httpd.conf -Dssl

This is not very convincing evidence that your server is really SSL-aware. 
Starting httpd with the -Dssl flag just passes a switch into the config file, 
it doesn't necessarily do anything. What other steps did you take?

- did you install or load mod_ssl?
- did you configure an SSL VH on port 443?
- do you have a certificate and key file?
- what happens when you try to connect via a browser? (nb. use https)
- what do you see in the ssl engine log?

To be clear; In Apache 2, SSL functionality is provided by the extension module 
mod_ssl. OpenSSL is a library of functions which allow other applications to 
implement SSL connections. This is not just for apache's mod_ssl, for example 
ssh also uses it. 

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 
> 
> But whenI try to connect with ssl I run into problems. I've tried 
> trouble shooting from the server command line but I don't 
> understand the 
> errors I'm getting, if someone can help or point me in the right spot 
> that would be great!
> 
> What I'm doing and the response:
> 
> srvr1:~ # openssl s_client -connect 64.59.95.68:443
> CONNECTED(00000003)
> 27014:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown 
> protocol:s23_clnt.c:475:
> 
> Thanks!
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
private and personal nature. It is not related to the exchange or business 
activities of the SWX Group. Le présent e-mail est un message privé et 
personnel, sans rapport avec l'activité boursière du Groupe SWX.
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to