ome / omero-py

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

omero admin start: add warning for deprecated TLS protocols #382

Closed sbesson closed 1 year ago

sbesson commented 1 year ago

The message should be raised either if omero.glacier2.IceSSL.Protocols is unset or if TLS 1.0 or 1.1 are found in the list of allowed protocols

Implements the suggestion in https://github.com/ome/omero-certificates/pull/36#issuecomment-1691376331. The warning refers to the server upgrade page for the instructions but happy to use another reference page if needed.

sbesson commented 1 year ago

https://omero.readthedocs.io/en/stable/sysadmins/server-upgrade.html#server-certificates is now live so this PR is ready for review