Merge pull request #5536 from totten/4.5-httpclient
authorcolemanw <coleman@civicrm.org>
Fri, 3 Apr 2015 01:48:45 +0000 (21:48 -0400)
committercolemanw <coleman@civicrm.org>
Fri, 3 Apr 2015 01:48:45 +0000 (21:48 -0400)
4.5

tests/phpunit/CRM/Utils/HttpClientTest.php

index fe0fcd6a39055affe7b1033e0cec4d35f8cba525..8958f2f2c4ef4c66e71933351f327b1f822b775d 100644 (file)
@@ -10,7 +10,7 @@ class CRM_Utils_HttpClientTest extends CiviUnitTestCase {
   const VALID_HTTP_REGEX = '/<html/';
   const VALID_HTTPS_URL = 'https://civicrm.org/INSTALL.mysql.txt';
   const VALID_HTTPS_REGEX = '/MySQL/';
-  const SELF_SIGNED_HTTPS_URL = 'https://self-signed.onebitwise.com:4443/';
+  const SELF_SIGNED_HTTPS_URL = 'https://www-test.civicrm.org:4433/index.html';
   const SELF_SIGNED_HTTPS_REGEX = '/self-signed/';
 
   /**