hadim / docker-omero

Set of Dockerfile to build a ready-to-use OMERO server
MIT License
15 stars 15 forks source link

not connect via omero insight #4

Closed cedunia closed 7 years ago

cedunia commented 7 years ago

I get a successful connection with omero web but I can't with omero insight (login failure). I've put as server address localhost and port 80 and fill login root and password password Can you help me ?

Thanks!

hadim commented 7 years ago

Could you try https://localhost ?

cedunia commented 7 years ago

connection in ssl mode or unsecure mode works very well with omero.web. I've always login failure in ssl or unsecure mode with insight. I've got the same version that omero web 5.2.1-ice35-b15. i try both http://localhost, https://localhost with port 80 without success. insight_bug

hadim commented 7 years ago

The port 80 is for OMERO Web only. If you want to use the desktop client (Insight) please use the following port 4064.

Please tell me if it works.

cedunia commented 7 years ago

not works with port 4064 too

hadim commented 7 years ago

On the desktop client you need to check the small lock image next to the LAN on your screenshot. Then it should work.

hadim commented 7 years ago

I have updated the README file, it should be more clear now.

And I have also updated the images to use Ubuntu 16.04 and OMERO 5.2.5.

To get the new changes, update the git repo with git pull.

cedunia commented 7 years ago

Now, i work with the small lock. Thanks very much for your help