Weblogic Console Access through Traefik (LB) TLS (SSL) in K8S Cluster , Failing with Client sent an HTTP request to an HTTPS server

1/9/2020

Configured Traefik TLS (SSL) on weblogic instance

  1. Enabled WebLogic Plug-In in the Weblogic console.
  2. RequestHeader WL-Proxy-SSL to true.

For Step#2 added the below 2 annotation on service soainfra-adminserver

traefik.frontend.headers.sslProxyHeaders=WL-Proxy-SSL:true traefik.frontend.headers.customRequestHeaders=WL-Proxy-SSL:true

Still redirection of HTTPS not happening and here is the error.

Client sent an HTTP request to an HTTPS server.

Please let me know how to set RequestHeader WL-Proxy-SSL to true.

-- Basanta Panda
kubernetes
ssl
traefik
weblogic

0 Answers