Skip to content

Commit

Permalink
[BACKPORT 2024.1][#23947] Update callhome URL to use https
Browse files Browse the repository at this point in the history
Summary:
Changing the callhome URL to use https.
Original commit: add83ef / D38089

Test Plan: Manaul Test

Reviewers: djiang

Reviewed By: djiang

Subscribers: yugabyted-dev

Differential Revision: https://phorge.dev.yugabyte.com/D38097
  • Loading branch information
nchandrappa committed Sep 16, 2024
1 parent f9ed5d0 commit cbc2ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/yugabyted
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cbc2ec9

Please sign in to comment.