nategood / httpful

A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL.
MIT License
1.74k stars 298 forks source link

Enable TLS 1.2 #274

Open paegle opened 6 years ago

paegle commented 6 years ago

Hello guys! How I enable TLS 1.2 on request?

matiascreimerman commented 4 years ago

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