ome / omero-install

OMERO installation scripts
https://www.openmicroscopy.org/omero
4 stars 24 forks source link

debian10: remove conf for openssl #245

Closed jburel closed 3 years ago

jburel commented 4 years ago

Adding support for multiple Ice protocols see https://github.com/ome/omero-py/pull/251 means that modifying the openssl.cnf is no longer required.

After removing the conf changes,

su - omero-server -c ". ~/settings.env && omero login -s localhost -p 4064 -u root -w omero_root_password"
WARNING:omero.client:..Ignoring error in client.__del__:<class 'Ice.SocketException'>
InternalException: Failed to connect: Ice.SocketException:
Cannot assign requested address

Applying the change from https://github.com/ome/omero-py/pull/251 directly to /opt/omero/server/venv3/lib/python3.7/site-packages/omero/clients.py

su - omero-server -c ". ~/settings.env && omero login -s localhost -p 4064 -u root -w omero_root_password"
Created session for root@localhost:4064. Idle timeout: 10 min. Current group: system

cc @mtbc

Edit

joshmoore commented 4 years ago

Generally :+1: for not needing to modify system config to make things work. I could see releasing a patch release off of the previous tag if we need to keep travis green.

jburel commented 4 years ago

A patch will be an option to keep travis green but there is still a problem on CentOS 8 see https://travis-ci.org/github/ome/omero-install/jobs/726206210 ubuntu 20.04 is fine see https://travis-ci.org/github/ome/omero-install/jobs/726206209

jburel commented 3 years ago

on C8 docker instance. tcp connection does not work, using ssl works nicely.

jburel commented 3 years ago

Travis is slow today. See https://travis-ci.org/github/jburel/omero-install/builds/727930527 everything is back to green

jburel commented 3 years ago

@mtbc: now that we know that everything works with the daily build. I will push away the commit 1ecd7b7. travis will be read but we can merge and be ready for the release since the changes will be needed for the doc.

joshmoore commented 3 years ago

As soon as there is an omero-blitz jar, @jburel, I'd be all for getting an RC up on downloads.

imagesc-bot commented 3 years ago

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

https://forum.image.sc/t/omero-as-authentication-provider/51481/1