You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
Hi, i'm using the nginx and GCE official ingress controllers, but the reverse fot the backend service is http only, it is posible a proxy pass with https support or maybe using the redirect.
@joncak this is being implemented in the nginx ingress controller (#1104) using the annotation ingress.kubernetes.io/secure-upstream: "true" in the ingress rule.
This assumes the service is running with https.
Hi, i'm using the nginx and GCE official ingress controllers, but the reverse fot the backend service is http only, it is posible a proxy pass with https support or maybe using the redirect.
proxy_redirect http://localhost:8080 https://secure.domain.com;
The text was updated successfully, but these errors were encountered: