Sensei
- Join Date:
- Jan 2004
- Posts:
- 63,513
- Plugin Contributions:
- 177
This transaction is invalid - Paypal express
taliesin:
Has anyone got more information than what is on this thread. I am also getting the log messages indicating that "libcurl was built with SSL disabled, https: not
supported!"I'm a little fuzzy on how the whole SSL certificate ties in to libcurl being compiled with SSL support. However in reading the CURL message, it doesn't sound like purchasing a certificate is going to do anything, since libcurl will still not have SSL enabled whether I have a certificate or not.
Another question is thus: Let's assume my hosting company fixes the libcurl minus SSL problem. Will I then need a certificate just to connect to PayPal's API?
CURL is used to communicate to PayPal.
That communication must be SSL-encrypted.
To do that requires that the server's CURL support (often libcurl) be compiled with SSL enabled ... which often requires that OpenSSL support also be compiled into PHP at the same time.
You should not require your own SSL certificate in order for this to work. The server's SSL support should handle it for you. However, even with that said, you should still consider SSL support for the purpose of protecting your clients' personal address information.