Igor Kopman
Results
1
comments of
Igor Kopman
I am using self-signed cert (with CA cert added into browser) and in my case I had to add following lines: 'ssl' => [ ... 'verify_peer' => false, 'verify_peer_name'=>false, 'allow_self_signed'=>true,...