Closed meza closed 10 months ago
Added room for curl options.
Our motiv was to be able to use an SSL backend with a self-signed certificate, thus adding
$transport->setExtraCurlOptions(array( CURLOPT_SSL_VERIFYPEER => false, CURLOPT_SSL_VERIFYHOST => false ));
was essential.
Added room for curl options.
Our motiv was to be able to use an SSL backend with a self-signed certificate, thus adding
was essential.