[MSB]Support TLSv1.3
[msb/apigateway.git] / openresty-ext / src / assembly / resources / openresty / nginx / msb-enabled / msbhttps.conf
index 6ca846c..d474cbe 100644 (file)
@@ -17,7 +17,7 @@ server {
        listen 443 ssl;
        ssl_certificate ../ssl/cert/cert.crt;
        ssl_certificate_key ../ssl/cert/cert.key;
-       ssl_protocols TLSv1.1 TLSv1.2;
+       ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3;
        ssl_dhparam ../ssl/dh-pubkey/dhparams.pem;
        include ../msb-enabled/location-default/msblocations.conf;
         # Add below settings for making SDC to work