Re: [galaxy-dev] Galaxy server and ssl

2015-02-19 Thread Scott Szakonyi
Hi Dannon, Yes, that was part of what I did to make it work. I need to see if the configuration change you posted the link to earlier makes my hack unnecessary, and I'll post the results of that effort to the list. Thanks again for your help, Scott On Thu, Feb 19, 2015 at 8:21 AM, Dannon Baker

Re: [galaxy-dev] Galaxy server and ssl

2015-02-19 Thread Dannon Baker
You may have done this already, but if not -- can you try editing config/tool_sheds_conf.xml and change the two url entries to https? If this file doesn't exist, create it from the .sample and then make the modifications. -Dannon On Thu Feb 19 2015 at 8:17:32 AM Scott Szakonyi wrote: > Hi Dann

Re: [galaxy-dev] Galaxy server and ssl

2015-02-19 Thread Scott Szakonyi
Hi Dannon, There are two things I'm seeing, which seem to be independent problems. 1. Https/ssl issue with URLs generated in util.py. It seems the detection of Https is not working properly, therefore the links underlying the toolshed functionality are coming up as http rather than https

Re: [galaxy-dev] Galaxy server and ssl

2015-02-18 Thread Dannon Baker
Hey Scott, What weird behavior are you seeing? Paste itself isn't going to serve https, though it's definitely possible to configure an upstream proxy to do so. Are you using a setup similar to https://wiki.galaxyproject.org/Admin/Config/nginxProxy#SSL ? -Dannon On Wed Feb 18 2015 at 4:34:51 P

[galaxy-dev] Galaxy server and ssl

2015-02-18 Thread Scott Szakonyi
Hello all, Just curious if anyone has successfully implemented Galaxy with ssl and standalone Paste-based processes. We're attempting to do so, and we're getting some weird behavior, particularly with regards to the Toolshed. Just want to know if it can be done successfully. Thanks! -- Scott B.