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 --- src/sendprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.13.6