nategood / httpful

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

allows the client to use self signed certificates with strict ssl. #267

Open pouyana opened 6 years ago

pouyana commented 6 years ago

This allows user to have self signed certificates verified.

nategood commented 6 years ago

Would generally want to see test coverage for this, but seeing as it's a simple curl opt addition, we can move forward.