File tree 1 file changed +3
-3
lines changed
client-config/src/main/resources/config
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
keyPass : ${client.keyPass:password}
24
24
# public issued CA cert password
25
25
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 }
29
29
# settings for OAuth2 server communication
30
30
oauth :
31
31
# OAuth 2.0 token endpoint configuration
You can’t perform that action at this time.
0 commit comments