IPFW and HTTPS problem

Narek Gharibyan ngharibyan at arm.synisys.com
Sat Aug 25 14:16:16 PDT 2007


I enabled https for my webmail. It works for LAN client but doesn't work for
Internet clients. I checked with tcpdump ipfw filters the incomping https
packets unless the rule

Ipfw add allow tcp from any to ${webmail} 443

Ipfw add allow tcp from ${webmail} 443 to any

 

Even I tried 

 

Ipfw add allow all from any to ${webmail}  keep-state

Ipfw add allow all from ${webmail} to any keep-state

 

Nothing helps.

 

Any comments? 

Are there any specific ipfw configurations related to https? 

 

Thank you in advance

Narek



More information about the freebsd-questions mailing list