Skip to content

Commit

Permalink
[BACKPORT 2.20][#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/D38177
  • Loading branch information
nchandrappa committed Sep 18, 2024
1 parent 776e8ea commit e598fed
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 @@ -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",
Expand Down

0 comments on commit e598fed

Please sign in to comment.