Skip to content

Commit

Permalink
[#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.

Test Plan: Manaul Test

Reviewers: djiang

Reviewed By: djiang

Subscribers: yugabyted-dev

Differential Revision: https://phorge.dev.yugabyte.com/D38089
  • Loading branch information
nchandrappa committed Sep 16, 2024
1 parent 09b7702 commit add83ef
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 @@ -5633,7 +5633,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 add83ef

Please sign in to comment.