Enable TLS 1.2
paegle opened this issue · 1 comments
paegle commented
Hello guys! How I enable TLS 1.2 on request?
matiascreimerman commented
Hi Mateus,
The last week, I made a change on the request class to support TLS 1.1 to 1.3
Also, I needed to upgrade PHP and cURL PHP version, because TLS 1.1 to 1.2 only is supported by PHP 7.2 and higher versions and OpenSSL and cURL by 7.34 to higher version.
Also, I needed to create new certificates.
This week or the next ones I will upload/commit to the repository the changes.
If you are need extra information or the changes that I made, please contact by this channel or find me at LinkedIn.
Thanks!
Matias Creimerman