Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rule for https:// access through PIX

Status
Not open for further replies.

Antelope

MIS
Aug 6, 2003
138
US
What rule do you put in to allow https:// access from LAN out to these websites?
 
you want the LAN to be able to connect via HTTPS to websites on the outside?


access-list Inside_Out permit tcp any any eq 443

Computer/Network Technician
CCNA
 
If you haven't applied an ACL to the LAN interface then this will be permitted by default.

Chris.

**********************
Chris A.C, CCNA, CCSA
**********************
 
My problem was more that DNS queries were not resolving.
I had this rule:

access-list outbound permit tcp any any eq domain

but it should have been:

access-list outbound permit udp any any eq domain

I must have had the http website cache'd that I was testing with.

Thanks for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top