Skip to content

Commit add83ef

Browse files
committed
[#23947] Update callhome URL to use https
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
1 parent 09b7702 commit add83ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/yugabyted

+1-1
Original file line numberDiff line numberDiff line change
@@ -5633,7 +5633,7 @@ class ControlScript(object):
56335633
def callhome(self):
56345634
if self.configs.saved_data.get("callhome"):
56355635
try:
5636-
url = "http://diagnostics.yugabyte.com"
5636+
url = "https://diagnostics.yugabyte.com"
56375637
headers = {
56385638
"Content-Type": "application/json",
56395639
"User-Agent": "Mozilla",

0 commit comments

Comments
 (0)