When I receive IPN, CurlVerifier make this error:
Curl error: [35] SSL connect error.
I try solve with $verifier->forceSSLv3(false); and $verifier->forceSSLv3(true);, but don't work. Trying with CURLOPT_SSLVERSION = 4 generate other errors.
Can you help me?