From 00e2a4980a5e91fe39074b1a61a96a76cc201a91 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 10 Jun 2014 13:04:54 -0700 Subject: [PATCH] DCC switched to https --- htsworkflow/submission/encoded.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) -- 2.30.2