From: Diane Trout Date: Tue, 10 Jun 2014 20:04:54 +0000 (-0700) Subject: DCC switched to https X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=00e2a4980a5e91fe39074b1a61a96a76cc201a91 DCC switched to https --- diff --git a/htsworkflow/submission/encoded.py b/htsworkflow/submission/encoded.py index e935dbc..58eb59e 100644 --- a/htsworkflow/submission/encoded.py +++ b/htsworkflow/submission/encoded.py @@ -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())