Skip to content

Commit a9a6e75

Browse files
authored
fixes #2260 Update tlsVersion to TLSv1.3 by default in client.yml from client-config (#2261)
1 parent 924bc95 commit a9a6e75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client-config/src/main/resources/config/client.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ tls:
2323
keyPass: ${client.keyPass:password}
2424
# public issued CA cert password
2525
defaultCertPassword: ${client.defaultCertPassword:changeit}
26-
# TLS version. Default is TSLv1.2, and you can downgrade to TLSv1 to support some internal old servers that support only TLSv1.1(deprecated
27-
# and risky). You can also upgrade to TSLv1.3 for maximum security if all your servers support it.
28-
tlsVersion: ${client.tlsVersion:TLSv1.2}
26+
# TLS version. Default is TSLv1.3, and you can downgrade to TLSv1.2 to support some internal old servers that support only TLSv1.1
27+
# and 1.2 (deprecated and risky).
28+
tlsVersion: ${client.tlsVersion:TLSv1.3}
2929
# settings for OAuth2 server communication
3030
oauth:
3131
# OAuth 2.0 token endpoint configuration

0 commit comments

Comments
 (0)