Merge branch 'master' of github.com:Mashape/unirest-php

This commit is contained in:
thefosk
2014-01-08 18:14:52 -08:00

View File

@@ -152,7 +152,7 @@ Unirest::clearDefaultHeaders();
You can explicitly enable or disable SSL certificate validation when consuming an SSL protected endpoint: You can explicitly enable or disable SSL certificate validation when consuming an SSL protected endpoint:
```php ```php
Unirest::verifiyPeer(false); // Disables SSL cert validation Unirest::verifyPeer(false); // Disables SSL cert validation
``` ```
By default is `true`. By default is `true`.