mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 11:02:12 +03:00
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:
committed by
Peter Steinberger
parent
f8575c401c
commit
a2b00495cd
@@ -134,7 +134,7 @@ export async function loadGatewayTlsRuntime(
|
|||||||
cert,
|
cert,
|
||||||
key,
|
key,
|
||||||
ca,
|
ca,
|
||||||
minVersion: "TLSv1.2",
|
minVersion: "TLSv1.3",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user