From ffddd936c53ff2e0f318b49a34eb8721c677724e Mon Sep 17 00:00:00 2001 From: Mark Hanna Date: Tue, 23 May 2017 20:44:49 -0500 Subject: [PATCH] updating PINGBACK_URL to https in CRM_Utils_VersionCheck --- CRM/Utils/VersionCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/VersionCheck.php b/CRM/Utils/VersionCheck.php index 48796afe34..9443fb605e 100644 --- a/CRM/Utils/VersionCheck.php +++ b/CRM/Utils/VersionCheck.php @@ -34,7 +34,7 @@ */ class CRM_Utils_VersionCheck { const - PINGBACK_URL = 'http://latest.civicrm.org/stable.php?format=json', + PINGBACK_URL = 'https://latest.civicrm.org/stable.php?format=json', // timeout for when the connection or the server is slow CHECK_TIMEOUT = 1, // relative to $civicrm_root -- 2.25.1