Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 606 Bytes

tls.md

File metadata and controls

16 lines (9 loc) · 606 Bytes

TLS support

Contour 0.3 adds support for HTTPS (TLS/SSL) ingress by integrating Envoy's SNI support.

Enabling TLS support

Enabling TLS support requires Contour version 0.3 or later. You must use the YAML v2 bootstrap configuration.

You must also add an entry for port 443 to your contour service object.

Configuring TLS with Contour on an ELB

If you deploy behind an AWS Elastic Load Balancer, see EC2 ELB PROXY protocol support for special instructions.