Skip to content

Commit

Permalink
Update HttpSocket.php
Browse files Browse the repository at this point in the history
Add 'allow_self_signed' SSL context option.
  • Loading branch information
sarce committed May 30, 2013
1 parent f6b5302 commit fe774ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Network/Http/HttpSocket.php
Expand Up @@ -95,6 +95,7 @@ class HttpSocket extends CakeSocket {
'port' => 80,
'timeout' => 30,
'ssl_verify_peer' => true,
'ssl_allow_self_signed' => false,
'ssl_verify_depth' => 5,
'ssl_verify_host' => true,
'request' => array(
Expand Down

0 comments on commit fe774ec

Please sign in to comment.