[ome-users] omero http https

Andreas Mueller Andreas.Mueller at Biologie.Uni-Osnabrueck.DE
Thu Mar 7 12:06:32 GMT 2019


  Hi Simon,

  I have a) and that brings me to b)

  a) https://omero.my-lab.de/webclient/active_group/?active_group=254&url=/webclient/userdata/?experimenter=716
  b) http://omero.my-lab.de/webclient/userdata/?experimenter=716


  best wishes
  Andreas

On 07.03.19 11:21, Simon Li wrote:
> Hi Andreas
> 
> You can configure Nginx to redirect all http connections to https, for example
> 
> server {
>     listen      80;
>     server_name signup.mysite.com<http://signup.mysite.com>;
>     return 301 https://$server_name$request_uri;
> }
> 
> https://serverfault.com/a/424016
> 
> However I'm surprised you're seeing internal http requests when on the https site. Could you give us a list of the URLs that are still http?
> 
> Thanks, Simon
> 
> 
> On Thu, 7 Mar 2019 at 10:30, Andreas Mueller <Andreas.Mueller at biologie.uni-osnabrueck.de<mailto:Andreas.Mueller at biologie.uni-osnabrueck.de>> wrote:
>   Hi,
> 
>   I can connect my omero installation over:
> 
>    http://omero.....       and
>    https://omero.....      and
> 
> 
>   If I start with https I can see a fallback to http on some menues.
> 
>   What do I have to do to stay in the https branch once I've choosed it?
> 
>    - thanks in advance -
> 
> 
>   best wishes
>   Andreas
> 
> _______________________________________________
> ome-users mailing list
> ome-users at lists.openmicroscopy.org.uk<mailto:ome-users at lists.openmicroscopy.org.uk>
> http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users
> 
> The University of Dundee is a registered Scottish Charity, No: SC015096

> _______________________________________________
> ome-users mailing list
> ome-users at lists.openmicroscopy.org.uk
> http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users



More information about the ome-users mailing list