Sidebar

What SSL protocols are used in QIE?

0 votes
378 views
asked Dec 1, 2014 by ben-s-7515 (12,640 points)
What protocols are used in QIE for SSL encryptions?

1 Answer

0 votes
QIE uses the protocols available from the JVM.

Java 1.6 -
Server Connections Supported versions: SSLv3 TLSv1.0
Client Connections Supported versions:  SSLv3 TLSv1.0 TLSv1.1

Java 1.7 -
Server Connections Supported versions: SSLv3 TLSv1.1
Client Connections Supported versions: SSLv3 TLSv1.0 TLSv1.1 TLSv1.2

Java 1.8 -
Server Connections Supported versions: SSLv3 TLSv1.1
Client Connections Supported versions: SSLv3 TLSv1.0 TLSv1.1 TLSv1.2
answered Dec 1, 2014 by ben-s-7515 (12,640 points)
...