Question: data source tools start galaxy_url with http while actual url is https
0
r.h.p.vorderman • 0 wrote:
Hello, we launched our own galaxy server which is behind a nginx proxy using ssl. However, there seems to be a problem with our https url.
When I open the UCSC main table browser, the URL is as follows:
https://genome.ucsc.edu/cgi-bin/hgTables?GALAXY_URL=http%3A//our_galaxy.tld/tool_runner&tool_id=ucsc_table_direct1&hgta_compressType=none&sendToGalaxy=1&hgta_outputType=bed
But I want it to be:
https://genome.ucsc.edu/cgi-bin/hgTables?GALAXY_URL=https%3A//our_galaxy.tld/tool_runner&tool_id=ucsc_table_direct1&hgta_compressType=none&sendToGalaxy=1&hgta_outputType=bed
Subtle difference, but otherwise it will not redirect to our site which is only accessible via HTTPS. Where in can I set this in the configuration? It also interferes with the installation of tools via the admin menu.