cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
372
Views
0
Helpful
1
Replies

access list and secure pages

g.hyland
Level 1
Level 1

this access list is applied to the serial interface:

access-list 101 permit tcp any any established

access-list 101 permit udp any any eq domain

access-list 101 permit tcp any any eq domain

access-list 101 permit tcp any any range 1024 5999

access-list 101 permit udp any any range 1024 5999

access-list 101 permit tcp any any eq smtp

access-list 101 permit tcp any any eq www

access-list 101 permit tcp any any eq pop3

all works fine when trying to get our main website from the outside, but doesn't allow us to get to our secure pages. Is this a question of allowing certain ports access?

1 Reply 1

jekrauss
Level 1
Level 1

You need to add an entry for https (tcp port 443)

HTH

Jeff