php - is it possible to POST/GET data to TLSv1.1+ secured site without curl and wget? -
i in unfortunate situation:
- my website using outdated software (security patches applied) openssl 0.9.8o 01 jun 2010 doesn't support tlsv1.1/1.2
- i have payment gateway pci dss compliant therefore ssl , tls disabled there
my website used exchange data payment gateway tlsv1.0 dropped can no longer use php's curl library or file_get_contents()
(or wget/lynx/curl via shell)
is there workaround, option how connect tlsv1.1+ secured server without using built-in libraries?
i know classes exists in php phpseclib ssh client, great people can't use ssh2 module
does exists php? there way can connect gateway?
so far best idea connecting gateway thru other server (with updated software)
once used utility called stunnel non-tls client, quote website:
stunnel proxy designed add tls encryption functionality existing clients , servers without changes in programs' code. architecture optimized security, portability, , scalability (including load-balancing), making suitable large deployments.
Comments
Post a Comment