Re: Master breaking with jdk 1.8.0_201+

2019-05-13 Thread Andrija Panic
Check if TLSv1 and/or 1.1 disabled on Java side or ACS side - I was hitting this while building from sources... i.e. #java.security.ciphers.in jdk.tls.disabledAlgorithms=SSLv2Hello, SSLv3, TLSv1, TLSv1.1, DH keySize < 128, RSA keySize < 128, DES keySize < 128, SHA1 keySize < 128, MD5 keySize <

Master breaking with jdk 1.8.0_201+

2019-05-13 Thread Rohit Yadav
All, I've hit this bug which is due to the MockServer's usage of SSL_NULL_WITH_NULL that is disabled since jdk 1.8 (201 build). Has anyone come across this and fixed the unit test failure: [INFO] Running rdpclient.MockServerTest Error in mock server: no cipher suites in common