Skip to content

Commit

Permalink
trying sni without tls termination
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Dec 22, 2020
1 parent fdf6c9e commit 9050469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/tls-sni/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ services:
image: mendhak/http-https-echo
hostname: http-upstream3
environment:
- HTTPS_PORT=0
- HTTP_PORT=0
12 changes: 1 addition & 11 deletions examples/tls-sni/envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,6 @@ static_resources:
cluster: proxy-domain3
http_filters:
- name: envoy.filters.http.router
transport_socket:
name: envoy.transport_sockets.tls
typed_config:
"@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext
common_tls_context:
tls_certificates:
certificate_chain:
filename: certs/domain3.crt.pem
private_key:
filename: certs/domain3.key.pem

clusters:
- name: proxy-domain1
Expand Down Expand Up @@ -147,4 +137,4 @@ static_resources:
address:
socket_address:
address: http-upstream3
port_value: 80
port_value: 443

0 comments on commit 9050469

Please sign in to comment.