Hello,
I have a galaxy instance (v 17.09) served by apache. I followed the documentation to set up GIE's and everything works fine except for Phinch. The docker image and the Phinch home page are loaded but the data can't be proceed.
I have the following message in the web console :
jquery-1.10.1.min.js:6 Mixed Content: The page at 'https://galaxy-test.fr/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://galaxy-test.fr/gie_proxy/phinch/phinch/data/dataset_1.dat'.
This request has been blocked; the content must be served over HTTPS.
This problem is not present with R-Studio or Jupyter. I don't know where this url "http://galaxy-test.fr/gie_proxy/phinch/phinch/data/dataset_1.dat" is generated and if this is possible to replace 'http' with 'https'. Or maybe there is another way to fix this.
Thanks for your help.