require TLS 1.3 as minimum
TLS 1.2 is not getting any protocol update anytime soon. https://www.ietf.org/archive/id/draft-ietf-tls-tls12-frozen-08.html
This commit is contained in:
parent
f8575c401c
commit
a2b00495cd
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ export async function loadGatewayTlsRuntime(
|
||||||
cert,
|
cert,
|
||||||
key,
|
key,
|
||||||
ca,
|
ca,
|
||||||
minVersion: "TLSv1.2",
|
minVersion: "TLSv1.3",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue