You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the SmartClient support TLS? How do I enable this?
Is requireTLS(true) and setting javax.net.ssl.keyStore and javax.net.ssl.keyStorePassword enough to enable TLS in the server or is using startTlsSocketFactory() required?
Thanks!
Sorry for questions in Issues. Maybe consider it a documentation issue.
The text was updated successfully, but these errors were encountered:
Does the SmartClient support TLS? How do I enable this?
I'm not sure, if you find out let us know
Is requireTLS(true) and setting javax.net.ssl.keyStore and javax.net.ssl.keyStorePassword enough to enable TLS in the server or is using startTlsSocketFactory() required?
Again, not sure without writing a new unit test. Let us know if you can. Modifying StartTLSFullTest.java would probably tell you.
Thanks!
Sorry for questions in Issues. Maybe consider it a documentation issue.
The text was updated successfully, but these errors were encountered: