mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Default tlsv1.3 to false in Project / EditorSettings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user