21-Mar-2023 23:57
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.
22-Mar-2023 04:04
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.
22-Sep-2023 09:29
Hello @Michaelyang
Have you been able to test : Client – https(443) F5 SLB <<<L4 VS>>> – https(443) Service ?
Thank you
Thank you @Sebastiansierra 🙂
24-Sep-2023 12:21
any updates?