RE: [users@httpd] Re: Help with Apache and SSL

2005-06-29 Thread Vance Karimi
Wow, that was relatively painless in the end. I added to my iptables: -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT and it all works. Nice pickup Joost. Thanks also Boyle. > -Original Message- > From: Joost de Heer [mailto:[EMAIL PROTECTED] > Sent: We

[users@httpd] Re: Help with Apache and SSL

2005-06-29 Thread Joost de Heer
Vance Karimi said: > Hi list, > > With the number of threads regarding Apache and SSL, you'd think I would > find a solution...sigh...I feel I'm missing something trivial. > > I appologise for the long post. > > I performed a build of 2.0.54 with mod_ssl and installed on Fedora core 3. Firewall en