SSL and Apache
Carl Parrish
lists at pcl-consulting.com
Thu Mar 9 11:38:59 MST 2006
Alex Dean wrote:
>
> Is Apache listening on port 443? By default it only listens on 80.
> Search your apache2.conf for 'Listen' and add 443 if its not there.
>
> Do you have local dns or a hosts file which maps example.org to
> 192.168.0.1?
>
> alex
> .
>
::duh:: This was it. I added Listen 443 to my httpd.conf file and now it
makes a secure connection. Thanks all.
More information about the PLUG-discuss
mailing list