From ca6cfe42474f7b3801dfb9856fda789a389f42c7 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Fri, 9 Nov 2012 23:40:18 -0500 Subject: [PATCH] http->https --- lms/djangoapps/certificates/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/certificates/queue.py b/lms/djangoapps/certificates/queue.py index a048e4e235..b3a9ddc9c7 100644 --- a/lms/djangoapps/certificates/queue.py +++ b/lms/djangoapps/certificates/queue.py @@ -252,7 +252,7 @@ class XQueueCertInterface(object): def _send_to_xqueue(self, contents, key): xheader = make_xheader( - 'http://{0}/update_certificate?{1}'.format( + 'https://{0}/update_certificate?{1}'.format( settings.SITE_NAME, key), key, settings.CERT_QUEUE) (error, msg) = self.xqueue_interface.send_to_queue(