Default tlsv1.3 to false in Project / EditorSettings

This commit is contained in:
lawnjelly
2025-10-06 09:52:10 +01:00
parent 6bc378e13c
commit 537cc77654
3 changed files with 3 additions and 3 deletions

View File

@@ -1312,7 +1312,7 @@
The CA certificates bundle to use for SSL connections. If this is set to a non-empty value, this will [i]override[/i] Godot's default [url=https://github.com/godotengine/godot/blob/master/thirdparty/certs/ca-certificates.crt]Mozilla certificate bundle[/url]. If left empty, the default certificate bundle will be used.
If in doubt, leave this setting empty.
</member>
<member name="network/ssl/enable_tls_v1.3" type="bool" setter="" getter="" default="true">
<member name="network/ssl/enable_tls_v1.3" type="bool" setter="" getter="" default="false">
If [code]true[/code], enable TLSv1.3 negotiation.
[b]Note:[/b] Only supported when using Mbed TLS 3.0 or later (Linux distribution packages may be compiled against older system Mbed TLS packages), otherwise the maximum supported TLS version is always TLSv1.2.
</member>