]> git.ipfire.org Git - ddns.git/commitdiff
noip.com: Use HTTPS to send requests
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 11 Jul 2021 21:47:32 +0000 (23:47 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 11 Jul 2021 21:48:24 +0000 (23:48 +0200)
Fixes #12658.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
src/ddns/providers.py

index 2f1804bc7b095e9820019fd66d17a9be774d2aa4..149eb65fc5bb0e0bf7cd0e16b46afb15d7ae61b6 100644 (file)
@@ -1460,7 +1460,7 @@ class DDNSProviderNOIP(DDNSProtocolDynDNS2, DDNSProvider):
        # here: http://www.noip.com/integrate/request and
        # here: http://www.noip.com/integrate/response
 
-       url = "http://dynupdate.noip.com/nic/update"
+       url = "https://dynupdate.noip.com/nic/update"
 
        def prepare_request_data(self, proto):
                assert proto == "ipv4"