ome / prod-playbooks

Playbooks used by the OME team for deploying production services including OMERO
https://www.openmicroscopy.org/omero
BSD 2-Clause "Simplified" License
4 stars 18 forks source link

OME demo server: fix DH key exchange errors #371

Closed sbesson closed 1 week ago

sbesson commented 1 year ago

See https://forum.image.sc/t/omero-in-place-import-dh-key-too-small/83219/7

The server is currently hosted on CentOS7 and is affected by the DH key exchange errors when connecting from e.g. Ubuntu 22.04 as discussed in https://forum.image.sc/t/omero-login-ssl-error-dh-key/79574.

Work is ongoing to update omero-certificates (see https://github.com/ome/omero-certificates/pull/33) and the OMERO documentation (https://github.com/ome/omero-documentation/pull/2315) with recommendations on how to update the server configuration. Once these are finalized, these recommendations should likely be applied via the playbook.

sbesson commented 1 week ago

@pwalczysko proposing to close this as the OME demo server has been migrated to RHEL9 and should use the latest omero-certificates settings?