DCC switched to https
authorDiane Trout <diane@ghic.org>
Tue, 10 Jun 2014 20:04:54 +0000 (13:04 -0700)
committerDiane Trout <diane@ghic.org>
Tue, 10 Jun 2014 23:37:31 +0000 (16:37 -0700)
htsworkflow/submission/encoded.py

index e935dbccd829be1b9eb750fbebef66bbd58c6c23..58eb59eb157ed6ffff72d2b8ea845a4b32107d18 100644 (file)
@@ -270,7 +270,7 @@ class ENCODED:
         # clean up potentially messy urls
         url = urlparse(request_url)._asdict()
         if not url['scheme']:
-            url['scheme'] = 'http'
+            url['scheme'] = 'https'
         if not url['netloc']:
             url['netloc'] = self.server
         url = urlunparse(url.values())