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

IceSSL.Ciphers: Include default ciphers alongside '(DH_anon.*AES)' #59

Closed manics closed 5 years ago

manics commented 5 years ago

Previously this was 'NONE (DH_anon.*AES)' which prevented use of the default (stronger) ciphers required when certificates are isntalled on the server.

See https://doc.zeroc.com/ice/3.6/property-reference/icessl#id-.IceSSL.*v3.6-Java.2 (IceSSL.Ciphers Java sub-section)

joshmoore commented 5 years ago

Change makes sense and has been working for a while.