Page 1 of 1

TLS Version

PostPosted: Tue Feb 04, 2020 5:07 pm
by ryan.m.beasley
I need to determine what version of TLS my application server uses. I'm currently hosting Servoy 8 application server that clients access to download the smart client and run our application. Can someone tell me what I need to do to figure this out?

Re: TLS Version

PostPosted: Tue Feb 04, 2020 5:20 pm
by jcompagner
thats i think also dependent on the java version that you have. (what java supports of TLS versions)
Also how do you run it with what kind of socket factory? because if it is just HTTP then you can configure tomcat how you would like it to be (which cipher suites it should support)

if you use http&socket or just socket then we have "SocketFactory.SSLSupportedSuites" where you can configure this.

Re: TLS Version

PostPosted: Tue Feb 04, 2020 5:44 pm
by ryan.m.beasley
It's http&socket. Currently, it uses Java 8 which is said to use TLS 1.2 by default.