This message was deleted.
# kubernetes
a
This message was deleted.
d
@lemon-application-97336 where you able to solve this issue? If yes please share the solution
l
Hi, I couldn't actually get it working with tls=external, behind an F5-Loadbalancer 😞 So I switched to back to default. But I still appreciate any hint on how to setup rancher with tls=external. Thanks
d
ok, I had made it work this weekend. Issue for me was tls termination was happening at both places i.e. nginx controller and Rancher. So I disabled tls in rancher with
tls=external
but still it didn't worked. Then I got to know that I had set this as well in nginx controller
--set-string controller.config.use-forwarded-headers="true"
. After adding this it started working.