mirror of https://github.com/istio/istio.io.git
Egress TLS origination port 443 must be HTTPS (#5049)
* Port 443 must be HTTPS * Port 443 must be HTTPS
This commit is contained in:
parent
8b56c8c1c1
commit
351710d058
|
@ -151,8 +151,8 @@ Both of these issues can be resolved by configuring Istio to perform TLS origina
|
|||
name: http-port
|
||||
protocol: HTTP
|
||||
- number: 443
|
||||
name: http-port-for-tls-origination
|
||||
protocol: HTTP
|
||||
name: https-port-for-tls-origination
|
||||
protocol: HTTPS
|
||||
resolution: DNS
|
||||
---
|
||||
apiVersion: networking.istio.io/v1alpha3
|
||||
|
|
|
@ -120,8 +120,8 @@ $ kubectl delete serviceentry cnn
|
|||
name: http-port
|
||||
protocol: HTTP
|
||||
- number: 443
|
||||
name: http-port-for-tls-origination
|
||||
protocol: HTTP
|
||||
name: https-port-for-tls-origination
|
||||
protocol: HTTPS
|
||||
resolution: DNS
|
||||
---
|
||||
apiVersion: networking.istio.io/v1alpha3
|
||||
|
|
Loading…
Reference in New Issue