You can comment out the SSL check for local testing.
You can comment out the SSL check for local testing.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
I also posted in the windows server thread here that when I set configure.php in Catalog/admin/includes as SSL then I get error messages and I cannot log in to the Admin site.
When I set configure.php in Catalog/includes as SSL then everything works fine.
I do not know if this issue is connected to my Braintree issue or not?
Not related.
You don't need to run localhost using SSL.
Just remove the checks for local testing, then restore them when you go live.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Great, thanks, that is all I need but pretty please where?
I tried commenting out this code in braintree\catalog\includes\modules\payment/braintree_api.php but did not fix the problem
Code:// if store is not running in SSL, cannot offer credit card module, for PCI reasons if (IS_ADMIN_FLAG === false && (!defined('ENABLE_SSL') || ENABLE_SSL != 'true')) { $this->enabled = False; $this->zcLog('update_status', 'Module disabled because SSL is not enabled on this site.'); }
I gave up trying to run Braintree on my test site xampp.
Now I installed it on my live site in sandbox mode but I still get the error message
"update_status
Module disabled because SSL is not enabled on this site."
But this cannot be, I have had SSL installed on my live site for years, Paypal works fine everyday and in the past I have run the SSL tests you find online and everything was OK![]()
SSL check works OK, see image
Last edited by gunni; 11 Aug 2017 at 09:47 AM.
For want of any better ideas I ran a different SSL test which also looks OK! This is the Qualys SSL lab test :)
Bookmarks