Re: Force TLSv1.2 or higher for the server

2018-07-10 Thread Peter
Hello Bryan, Thanks for your answer. I already saw the property and issue DERBY-6764 and tried the suggestions but they did not lead to just one enabled protocol. For peerAuthentication there should be a way to provide the SSLSocketFactorywhere one could try to overload getEnabledProtocols of

Re: Force TLSv1.2 or higher for the server

2018-07-09 Thread Bryan Pendleton
There was a similar, but not identical, discussion around these topics four years ago, when the code was changed to remove SSLv3 and SSLv2 support. See DERBY-6764 for the full details. I think it would certainly be possible to change the code in a similar way to allow more configurability, but I

Force TLSv1.2 or higher for the server

2018-07-09 Thread Peter
Hello, I cannot find a way to force the server to just use TLSv1.2. Currently it says: Apache Derby Network Server - 10.13.1.1 - (1765088) Enabled Protocols are TLSv1, TLSv1.1, TLSv1.2 even when using -Dhttps.protocols=TLSv1.2 or similar settings found on the internet. Then I saw in the