Posted: August 5, 2013 at 9:25 pm
|
Hello, I am running the latest and greatest EE (downloaded the latest rev this evening). Using the Stripe gateway. I have a functioning SSL cert, however when I go to the payment settings screen (which takes forever to load up), I get this error: “Attention: A valid SSL Certificate is required on your website in order to process payments using this gateway!” which I assume is the reason why my payments are not working. I have installed EE many times on many different sites and never got this error before. Please help. |
What is the URL to the site, please? |
|
|
http://Www.isaca-Atlantic.ca but I do not have any active events as I didn’t want people trying them out with the card issue. |
|
I am waiting to launch registration….anything that can help me? I am desperate! |
Hi Peter, The SSL check on the settings page uses a PHP function to check for SSL support on your site. It’s not a fool proof check but it works most of time. It will not affect the way the gateway works. Do you have your Stripe account set to Live or Testing Mode? |
|
|
I am in testing mode with Stripe…. |
|
When I check the Stripe logs, I don’t see any traffic from EE. |
A couple things to check: Make sure that cURL is installed on your server. This information is available in Event Espresso>System status. Also it’s important that the Stripe secret key and publishable keys match your account exactly. Any leading or trailing white space copied/pasted into the field will make for an invalid key. If you are testing the Stripe gateway, use your test keys, otherwise use your live keys. |
|
|
Figured it out! Currency code mismatch between EE and Stripe. How do i make that error in the payment settings screen go away, takes forever to have the screen come up. |
It’s not really an error but more of a Warning message, and it shouldn’t slow down the Payment settings page. It may be that fopen is disabled on your server, in which case you can check to see if it’s an option to enable it. Or you can comment out the block of code in /gateways/stripe/settings.php like this: <?php /* if (espresso_check_ssl() == FALSE){ espresso_ssl_required_gateway_message(); } */ ?> |
|
The support post ‘SSL Errors + FAILED PAYMENT’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.