diff --git a/bin/yugabyted b/bin/yugabyted index 55e796a6f980..6c2259c1b66a 100755 --- a/bin/yugabyted +++ b/bin/yugabyted @@ -5553,7 +5553,7 @@ class ControlScript(object): def callhome(self): if self.configs.saved_data.get("callhome"): try: - url = "http://diagnostics.yugabyte.com" + url = "https://diagnostics.yugabyte.com" headers = { "Content-Type": "application/json", "User-Agent": "Mozilla",