diff --git a/bin/yugabyted b/bin/yugabyted index 13425985f6a9..0769bdf3086b 100755 --- a/bin/yugabyted +++ b/bin/yugabyted @@ -3685,7 +3685,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",