From: Peter Müller Date: Sat, 9 Dec 2017 21:08:16 +0000 (+0100) Subject: submit fireinfo profile via HTTPS X-Git-Tag: v2.1.12~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8382634015ad3f5c8c0adf2ba472f07f05a3ff55;p=oddments%2Ffireinfo.git submit fireinfo profile via HTTPS Since HTTPS is now available for fireinfo.ipfire.org, clients should submit their profiles with transport encryption. Fixes #11529. Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/src/sendprofile b/src/sendprofile index da480ce..b836567 100644 --- a/src/sendprofile +++ b/src/sendprofile @@ -44,7 +44,7 @@ log.addHandler(logging.StreamHandler(sys.stderr)) for handler in log.handlers: handler.setLevel(log_level) -PROFILE_URL = "http://fireinfo.ipfire.org/send/%(public_id)s" +PROFILE_URL = "https://fireinfo.ipfire.org/send/%(public_id)s" def get_upstream_proxy(): if not os.path.exists(PROXY_SETTINGS):