mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Update HttpSocket.php
Add 'allow_self_signed' SSL context option.
This commit is contained in:
parent
f6b53025f0
commit
fe774ecc03
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue