Skip to content

Commit

Permalink
THREESCALE-9193 upstream through a proxy that require TLS v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Mar 31, 2023
1 parent be72f1d commit a8bbfd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gateway/http.d/ssl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# at most 100 intermediate CA certificates and a final trust anchor certificate.
lua_ssl_verify_depth 100;
lua_ssl_trusted_certificate "{{ ca_bundle | default: 'ca-bundle.crt' }}";
lua_ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3;

proxy_ssl_server_name on;
proxy_ssl_name $http_host;
Expand Down

0 comments on commit a8bbfd7

Please sign in to comment.