ome / omero-blitz

Gradle project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
0 stars 15 forks source link

Java SSL fixes for clients (rebased from metadata54) #23

Closed mtbc closed 5 years ago

mtbc commented 5 years ago

Ports Java SSL code fixes from https://github.com/openmicroscopy/openmicroscopy/pull/5951.

dominikl commented 5 years ago

Thanks @mtbc . Works. Tested with a CLI import: Without the PR I get Ice.SecurityException: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) with the PR everything works.

dominikl commented 5 years ago

That'd be good if it could be merged soon, otherwise I'll always have to merge it locally in order to be able to test anything.

joshmoore commented 5 years ago

Understood, @dominikl. Thanks for all the testing.