Pix web filtering using Websense
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2012 11:08 AM - edited 03-11-2019 05:25 PM
Hello,
I have recently come across to need to troubleshoot why https (port 443) traffic going to facebook.com is not being redirected to the Websense server as http (port 80) traffic is. I have configured a command to filter https traffic but our testing reveals that https traffic doesn't seem to be redirected by the PIX firewall. Below are the commands which I have configured. Can someone take a look and let me know what else is needed or why it is still not working?
url-server (Inside) vendor websense host 172.16.1.10 timeout 30 protocol TCP version 4 connections 5
filter url http 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow longurl-truncate
filter url 443 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow longurl-truncate
Thanks in advance,
Adil Nasser
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2012 08:33 AM
try
filter https 443 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow longurl-truncate
