rpuch commented on code in PR #5909: URL: https://github.com/apache/ignite-3/pull/5909#discussion_r2115577730
########## modules/network/src/main/java/org/apache/ignite/internal/network/configuration/AbstractSslConfigurationSchema.java: ########## @@ -30,7 +30,7 @@ public class AbstractSslConfigurationSchema { public final boolean enabled = false; /** - * Client authentication. Set to "none" by default. + * TLS client authentication. Set to "none" by default. Review Comment: >While SSL was the original protocol, it's now largely replaced by TLS, which offers improved security and performance. It looks like no one uses SSL nowadays. Should we use the obsolete term? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org