stanislavkozlovski commented on code in PR #587:
URL: https://github.com/apache/kafka-site/pull/587#discussion_r1501381946


##########
37/generated/admin_client_config.html:
##########
@@ -304,7 +304,7 @@ <h4><a id="ssl.protocol"></a><a 
id="adminclientconfigs_ssl.protocol" href="#admi
 <p>The SSL protocol used to generate the SSLContext. The default is 'TLSv1.3' 
when running with Java 11 or newer, 'TLSv1.2' otherwise. This value should be 
fine for most use cases. Allowed values in recent JVMs are 'TLSv1.2' and 
'TLSv1.3'. 'TLS', 'TLSv1.1', 'SSL', 'SSLv2' and 'SSLv3' may be supported in 
older JVMs, but their usage is discouraged due to known security 
vulnerabilities. With the default value for this config and 
'ssl.enabled.protocols', clients will downgrade to 'TLSv1.2' if the server does 
not support 'TLSv1.3'. If this config is set to 'TLSv1.2', clients will not use 
'TLSv1.3' even if it is one of the values in ssl.enabled.protocols and the 
server only supports 'TLSv1.3'.</p>
 <table><tbody>
 <tr><th>Type:</th><td>string</td></tr>
-<tr><th>Default:</th><td>TLSv1.2</td></tr>
+<tr><th>Default:</th><td>TLSv1.3</td></tr>

Review Comment:
   thanks. I did check that this was supported since 2020 and simply assumed it 
wasn't synced - interesting catch on the JDK version used to generate it!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to