I'm using paypal php sdk and I get an error:
Unknown cipher in list: TLSv1
Searching on google I found that the error is occurred because the server is running nss (that doesn't support tlsv1) instead of openssl. How can I switch from nss to openssl? I also have plesk installed on my server if it could be a problem