Hi,
I'm trying to build a payment module for a credit card processor. I need to post through a PHP script to a HTTPS: page and capture the return comma delimited string.
My ISP has added the cURL library built with OpenSSL.
However, everytime I try to acces an HTTPS: page I get this curl error:
SSL: couldn't create a context!
Does this indicate that curl/ssl are not compiled properly?
Or do I have to do something with SSL verifications or certifications?
PLEASE HELP!!