Re: Some test observations for TC 7

2020-10-28 Thread Rainer Jung
Thanks Chris. The TLS 1.3 problem happens for all TC versions. It looks to me as a test limitation. We check, whether TLS 1.3 support is present in the JVM via "SSLContext.getInstance(Constants.SSL_PROTO_TLSv1_3)". If so, we do the TLS1.3 test, configure TC to use TLS 1.3 but use a default Ht

Re: Some test observations for TC 7

2020-10-28 Thread Christopher Schultz
Rainer, I recently had some weirdness with TLS connections as well. Please see my post titled "SSLException after Java upgrade". "Recently", Java moved certain EC curves to the attic and won't handshake properly anymore. Another investigation of my own product running into a network excepti