RE: Ref : RE: SSL by Domain Name Error

2007-06-19 Thread Rob Archer
I read this on other posts, so does that mean I'll never be able to configure my apache set up to be accessed like this :- https:\\www.mydomain.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 19 June 2007 08:47 To:

Ref : RE: Ref : RE: SSL by Domain Name Error

2007-06-19 Thread abel . nivault
No, you speak here about the url to access your web server. What I ment is : when you configure your virtual host in httpd.conf, if you want it to run in https mod, you have to set up the virtual host directive with an IP an not with a host name: VirtualHost 1.2.3.4:443 ServerName example.com

RE: Ref : RE: Ref : RE: SSL by Domain Name Error

2007-06-19 Thread Rob Archer
VirtualHost 1.2.3.4:443 ServerName example.com SSLEngine On SSLCertificateFile conf/ssl/server.crt SSLCertificateKeyFile conf/ssl/server.key /VirtualHost This is exactly how I've got it set up and unfortunately I can't use SSL through my domain name (https://www.mydomain.com) but can access it

Ref : RE: Ref : RE: Ref : RE: SSL by Domain Name Error

2007-06-19 Thread abel . nivault
What is the message in apache error log file ? Abel NIVAULT Inspecteur PSE- PSN-CT - CSI LYON [EMAIL PROTECTED] Rob Archer [EMAIL PROTECTED] Envoyé par : [EMAIL PROTECTED] 19/06/2007 11:05 Veuillez répondre à modssl-users Pour : modssl-users@modssl.org cc : Objet

RE: Ref : RE: Ref : RE: Ref : RE: SSL by Domain Name Error

2007-06-19 Thread Rob Archer
I can't find an error in the error.log, access.log or ssl.log files. In the access.log file it logs :- When accessing the web site via http and the ip address 0.0.0.0 - - [19/Jun/2007:10:27:04 +0100] GET / HTTP/1.1 304 - When accessing the web site via https and the ip address 0.0.0.0 - -

Re: Ref : RE: Ref : RE: Ref : RE: SSL by Domain Name Error

2007-06-19 Thread Omar W. Hannet
Rob Archer wrote: No entry for https and domain name in the access.log and a Internet Explorer cannot display the webpage in ie when trying to get to the server. Do you have access to the openssl command line program? It would tell you whether you are making a connection, and possibly shed

RE: SSL by Domain Name Error

2007-06-19 Thread Rob Archer
When accessing it by ip address using the debug option of openssl it returns what you would expect (i.e. the text of the key certificate). When accessing by domain name it says :- Loading 'screen' into random state - done Connect: bad file descriptor Connect:errno=10060 I assume this is the

Re: SSL by Domain Name Error

2007-06-19 Thread Omar W. Hannet
I'll bet you're right when you say your provider may not be forwarding https requests properly. I'd run this one past them and see what they have to say about it. Rob Archer wrote: When accessing it by ip address using the debug option of openssl it returns what you would expect (i.e. the text

RE: SSL by Domain Name Error

2007-06-19 Thread Rob Archer
I'll have a word with them tomorrow see what they say !!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Omar W. Hannet Sent: 19 June 2007 17:28 To: modssl-users@modssl.org Subject: Re: SSL by Domain Name Error I'll bet you're right when you say your

Re: Apache with mod_ssl

2007-06-19 Thread Omar W. Hannet
Are you quite certain that the LoadModule for mod_ssl has been commented out? The reason I ask: the output from 'apachectl start' which you provided below shows 'mod_ssl/2.2.4'. In the log file /opt/apache-2.2.4/logs/error_log, on lines that contain 'Apache/2.2.4' and 'configured -- resuming