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

Revert "Java client init: no "anon" among jdk.tls.disabledAlgorithms" #146

Closed sbesson closed 11 months ago

sbesson commented 12 months ago

This reverts commit a9a5a85afe0a8ec4f5867000fc65a46c609bf0ae. See https://github.com/ome/omero-blitz/pull/139#issuecomment-1628709004

We are now enforcing certificates to be set-up server-side and anonymous ciphers have been removed from the client initialisation code (in Java and Python). The current workaround of updating jdk.tls.disabledAlgorithms is no longer a requirement.

This commit has been tested cross-platform matrix using the same process as https://github.com/ome/omero-certificates/pull/36#pullrequestreview-1582357647 with no regression found. Opening for inclusion in the nightly CI builds and potential integration in an upcoming omero-blitz release