I had some difficulties using cURL to communicate with SSL pages. So one of the sites I visited suggested an upgrade of OpenSSL.
I did as I was told, but unfortunately after that upgrade my PHP driven sites wouldn't load anymore. Turning off the php_curl extension inside the php.ini allows my sites to load again, but this means I cannot use php_curl at all anymore.
I even tried replacing the libssl32.dll and libeay32.dll with the old versions, but that doesn't help either.
Does anybody know how I could get my php_curl extension to work again?
Thanks!