cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9956
Views
31
Helpful
2
Replies

Pass HTTPS traffic via a port other than 443 WSA

Sakun Sharma
Level 1
Level 1

Hi,

 

I need to pass an HTTPS traffic to a webmail server which is hosted on port 2096. When I tried policy trace in WSA it gives me

"Blocked attempt to HTTP CONNECT over port that is not configured"

 

URL trying to access - https://r10-sydney.webserversystems.com:2096/

Any help, how to pass this traffic through WSA - AOS-8.0.7.

 

Thanks

 

2 Replies 2

kushsriva
Level 1
Level 1

Hi,

 

If you need the WSA to listen to any non-standard ports you would need to add those ports to the WSA so that it will listen to it. 

 

So please try the following steps:

1). Log into the GUI -> Security Services -> Web Proxy -> Edit settings -> add
port 2096 to the HTTP Ports to Proxy:.

2). Add the port 2096 to the connect ports belonging to the access policy.

 Web Security Manager -> Access Policy ->  Column 'Protocols and User
Agents' which belongs to the Access Policy.
Click on it and it will expand. You will see HTTP Connect ports and add port 2096 to it -> submit and commit your changes.

 

Regards,

Kush

Hi,

 

Thank you. It worked when i added port 2096 in Protocols and User Agents Settings of that Access Policy.

 

Sakun