Core.setting.php - Expose enableSSL
authorTim Otten <totten@civicrm.org>
Sat, 11 Apr 2015 22:59:51 +0000 (15:59 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 14 Jul 2015 04:00:05 +0000 (21:00 -0700)
settings/Core.setting.php

index 143cee55cb148ea81102c6e8aa08716eda788aae..d6b85edf8a23ba6e89e61a9205659c2911b1fe86 100644 (file)
@@ -643,9 +643,23 @@ return array(
     'title' => 'Verify SSL?',
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => 'If disabled, backend HTTPS services will allow unverified, insecure connections',
+    'description' => 'If disabled, outbound web-service requests will allow unverified, insecure HTTPS connections',
     'help_text' => 'Unless you are absolutely unable to configure your server to check the SSL certificate of the remote server you should leave this set to Yes',
   ),
+  'enableSSL' => array(
+    'group_name' => 'CiviCRM Preferences',
+    'group' => 'core',
+    'name' => 'enableSSL',
+    'type' => 'Boolean',
+    'quick_form_type' => 'YesNo',
+    'default' => 0,
+    'add' => '4.5',
+    'title' => 'Force SSL?',
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'description' => 'If enabled, inbound HTTP requests for sensitive pages will be redirected to HTTPS.',
+    'help_text' => 'If enabled, inbound HTTP requests for sensitive pages will be redirected to HTTPS.',
+  ),
   'wpBasePage' => array(
     'group_name' => 'CiviCRM Preferences',
     'group' => 'core',