How to add ssl parameters
-
Hi,
I would like to add ssl parameters like ‘verify_peer_name’ and ‘verify_peer’ with value.
Is there an env that I can use or another way?
I am using predis as the client and there it is possible to add the parameter like :
$client = new Predis\Client([ 'scheme' => 'tls', 'ssl' => ['cafile' => 'private.pem', 'verify_peer' => true], ]);Kind regards,
Martin
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘How to add ssl parameters’ is closed to new replies.