1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 18:43:22 +01:00
kenden 83d982ba77 Setting CURLOPT_SSL_VERIFYHOST to 0 when certificateAuthority is false to match documentation
When $certificateAuthority is False,
the documentation for setSslVerification() in the Interface, at:
https://github.com/guzzle/guzzle/blob/master/src/Guzzle/Http/ClientInterface.php
says:
"Setting $certificateAuthority to FALSE will turn off peer verification, unset the bundled cacert.pem, and disable host verification."

Also fixing test unit
2013-12-18 16:41:02 +01:00
..