diff --git a/src/Site/SiteAnnouncer.py b/src/Site/SiteAnnouncer.py index c0c575dc..48a05e69 100644 --- a/src/Site/SiteAnnouncer.py +++ b/src/Site/SiteAnnouncer.py @@ -177,6 +177,8 @@ class SiteAnnouncer(object): except ValueError as err: ip = address port = 80 + if protocol.startswith("https"): + port = 443 back = {} back["protocol"] = protocol back["address"] = address