]> git.ipfire.org Git - oddments/fireinfo.git/commitdiff
submit fireinfo profile via HTTPS
authorPeter Müller <peter.mueller@link38.eu>
Sat, 9 Dec 2017 21:08:16 +0000 (22:08 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Dec 2017 16:48:17 +0000 (16:48 +0000)
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 <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/sendprofile

index da480ce95f8345dc3f6416b82eb2b9cfe9aa175d..b836567915669a3815140635ae4e394ab5e6475d 100644 (file)
@@ -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):