zendframework / zend-http

Http component from Zend Framework
BSD 3-Clause "New" or "Revised" License
134 stars 85 forks source link

Add support to sslcafile and sslcapath to cURL adapter #97

Closed mlocati closed 7 years ago

mlocati commented 7 years ago

Socket adapter supports the options sslcafile and sslcapath.

What about supporting them in the cURL Adapter too?

mlocati commented 7 years ago

Please remember to add the unit test

I'm going to do that.

and send the PR against develop

Done.

Thanks!

Thanks to you! :wink:

ezimuel commented 7 years ago

@mlocati I added the unit test and the documentation to the PR. Thanks for your contribution!

mlocati commented 7 years ago

@mlocati I added the unit test

@ezimuel Thanks! I wanted to test these configuration keys with some real use case, but I've been very busy lately.