wip: 1682609830

This commit is contained in:
Victor Westerlund 2023-04-27 17:37:11 +02:00
parent 1ed156f3d2
commit f6881b40d2

View file

@ -86,6 +86,7 @@
], ],
"ssl" => [ "ssl" => [
"verify_peer" => $this->_https_peer_verify, "verify_peer" => $this->_https_peer_verify,
"verify_peer_name" => $this->_https_peer_verify,
"allow_self_signed" => !$this->_https_peer_verify "allow_self_signed" => !$this->_https_peer_verify
] ]
]); ]);