diff --git a/operatorapi/proxy.go b/operatorapi/proxy.go index f5d134f94..51c7f89f7 100644 --- a/operatorapi/proxy.go +++ b/operatorapi/proxy.go @@ -87,7 +87,7 @@ func serveProxy(responseWriter http.ResponseWriter, req *http.Request) { tenantSchema := "http" tenantPort := fmt.Sprintf(":%d", v2.ConsolePort) - if tenant.AutoCert() { + if tenant.AutoCert() || tenant.ExternalCert() { tenantSchema = "https" tenantPort = fmt.Sprintf(":%d", v2.ConsoleTLSPort) }