Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

can ssl offloading be done with port 80

rs
Nimbostratus
Nimbostratus

Hi Team ,

 

Just want to check if we have a VIP set up on port 80 with SSL offloading will work or not , I know http port 80 is for unencrypted session , However if i add client sssl profile to VS listening on port 80 with validate certificate .

Will client able to connect to VS successfuly on port 80 with ssl offloading or SSL offloading can be done on port 443 or port8090 only .

If I add the servel ssl profile and pool members are on port 80 and server enable ssl offloading on port 80 will that work or not

 

2 REPLIES 2

Andrew-F5
F5 Employee
F5 Employee

While the answer is "yes you can" it would be entirely confusing and you would have to require clients type in the address as follow https://website.com:80/path/ because https assumes port 443 in my limited browser testing I've done.

AtulAnand
Altostratus
Altostratus

A browser when specified protocol, i.e. http / https / ftp assumes the port to be standard.

 

Though, you may specify the port at the end of host or IP and it can work with any custom port you decide.

 

Like : http://abc.com:443 - is a non-secure URL (VIP need to match other requirements)

Similarly : https://abc.com:80 - is a secure URL (VIP need to match other requirements)