I've gotten most of the problems with my PIX 515 resolved, but I have one remaining. I can get normal http (www) traffic to cross from a low security interface (outside) to a higher security interface (inside) and back. But I can't do the same for https traffic. Since the traffic originates on the outside, I'm guessing the problem is my access-list / access-group is the problem. That is, I seem to have resolved all the other issues.
Here's my access list. It's not very tricky. The idea is to permit packets to the subnet where the www and https traffic is intended to go
access-list web permit tcp any XXX.XXX.XXX.0 0.0.0.255 eq www access-list web permit tcp any XXX.XXX.XXX.0 0.0.0.255 eq https access-list web permit ip any any
And to allow it in from the outside.
access-group web in interface outside
I done a lot of debug packet testing. And so I know that the www and https packets arrive at the outside interface. The www packets cross the PIX, and exist the inside interface, but https packets never do. I don't get it.
Thanks in advance for any help.
B Squared