[ome-users] omero http https
Simon Li
spli at dundee.ac.uk
Thu Mar 7 11:21:38 GMT 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openmicroscopy.org.uk/pipermail/ome-users/attachments/20190307/4dbf6bf7/attachment.html>
More information about the ome-users
mailing list