Re: Master breaking with jdk 1.8.0_201+

2019-05-14 Thread Rohit Yadav
grade path issue for a recently merged PR. Thanks. Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com From: Andrija Panic Sent: Monday, May 13, 2019 10:20:54 PM To: dev Subject: Re: Master breaking with jdk 1.8.0_201+ Check if TLSv1

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 < 1

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 javax.net.ssl.S