I've got a linux box set up and running with PHP 4.1.1, cURL 7.9.2, and OpenSSL 0.9.6c and I'm attempting to do some SSL post transactions.
Using the command line curl, I can send/retrieve anything I want including both http and https sites. When I try to use the PHP extensions, I can send/retrieve http sites just fine, but nothing happens when I try to connect to an SSL site. Even if I'm not posting anything, it won't even retrieve the site and output it to the page.
Any ideas?
Baffled,
Scott