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

About Performance L4 use SSL

Michaelyang
Cirrostratus
Cirrostratus

Hello,

Is it possible to connect to back-end Https via http in Performance L4's VS?
Like this :
Client 
– http(80) F5 SLB https(443) Service 

 

Any help is appreciate.

3 REPLIES 3

Hi @Michaelyang ,

You can´t use a VS in port 80 to balance a server in port 443, the traffic in port 80 is not encrypted.

Client – http(80) F5 SLB – https(443) Service  doesn´t Work.

You can configure your VS in port 443 and then balance traffic to your server in port 443 with an L4 VS, but you can´t configure SSL certificates in the VS, you have to configure the certificates at the server layer.

Client – https(443) F5 SLB – https(443) Service, it works. 

cpt_ri_F5
Cirrostratus
Cirrostratus

Hello @Michaelyang 

Have you been able to test : Client – https(443) F5 SLB <<<L4 VS>>> – https(443) Service ?

Thank you

Thank you @Sebastiansierra 🙂

 

any updates?