>-----Original Message-----
>From: Peter Fleck [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, October 14, 2003 5:54 PM
>To: [EMAIL PROTECTED]
>Subject: iptables: Open Port 443
>
>
>After tearing much hair out trying to set up a secure apache server, 
>I've discovered that our iptables setup blocks port 443. (Turning off 
>iptables got it to work just fine.)
>
>This is the Redhat 9 distribution.
>
>How do I get iptables to allow requests through port 443? The basic 
>Redhat configuration tools don't seem to address this. Is there a 
>good tutorial on working with iptables?

via lokkit, in the 'Other Ports' field, type:

https:tcp

then apply the changes. via CLI (example):

iptables -A INPUT -i eth0 -p tcp --sport 443 -m state --state ESTABLISHED -j
ACCEPT

hth.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to