ome / omero-server

Gradle project containing main server logic for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
5 stars 14 forks source link

openssl issue #146

Closed dominikl closed 2 years ago

dominikl commented 2 years ago

I'm not sure if it is a server or client side problem, but there seems to be an issue when connecting from a client (maybe just Windows?) using current openssl 1.1.1 to a server using the same current openssl version, see Installing omero-py on Windows : Ice::SecurityException Downgrading to openssl 1.0.2 on the server side seemed to have fixed the problem. Needs more testing/debugging, e.g. try the same with a Linux client to rule out OS specific issue.

imagesc-bot commented 2 years ago

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/installing-omero-py-on-windows-ice-securityexception/70963/14

dominikl commented 2 years ago

I just tested it again with the same Windows VM connecting to an Ubuntu VM with openssl 1.1.1 and it works. Whatever causes the issue, it seems to be not openssl alone.

jburel commented 2 years ago

The PR https://github.com/ome/omero-py/pull/332 might be more suited against this repo or probably better against openmicroscopy What do you think @dominikl?

dominikl commented 2 years ago

I'll close the issue again. I tried again connecting to a fresh Debian VM installation (with openssl 1.1.1) and it works. Can't replicate the issue.