Bertrand,
in my last post for which I included both my ssl.conf and my http.conf files, the http.conf file includes the ssl.conf file like so:

#
# Bring in additional module-specific configurations
#
<IfModule mod_ssl.c>
Include conf/ssl.conf
</IfModule>


### Section 3: Virtual Hosts

and in my ssl.conf file the following line is declared:

Listen 443

Any further ideas?

thanks for the help

Andrew


On 1 Dec 2004, at 07:56, Bertrand Delacretaz wrote:

Le 1 d�c. 04, � 08:48, Andrew M a �crit :

...Suffice to say, when I enter https://www.mysite.com into the url I get 'the connection was refused when attempting to contact www.mysite.com'. What am I doing wrong???..

Most probably your server is not listening on the https port (443).

I don't have the details in mind, but IIRC you need a "listen 443" statement somewhere in the httpd.conf, and/or start httpd with a -ssl option.

A very good reference for that kind of stuff is the "apache cookbook", http://apache-cookbook.com/. But I don't have it handy, it's at the office ;-(

-Bertrand

<<inline: beya-email.gif>>


�+The home of urban music
+ http://www.beyarecords.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to