From: Vincent Vanwaelscappel Date: Mon, 9 Feb 2026 13:25:44 +0000 (+0100) Subject: #7868 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bcbdd69c56f9cb818162f78c5950e75a881eddb0;p=cubist_net.git #7868 @0.25 --- diff --git a/src/HTTP.php b/src/HTTP.php index 049441a..e929d50 100644 --- a/src/HTTP.php +++ b/src/HTTP.php @@ -71,6 +71,7 @@ class HTTP $startMap = [ 'cURL error 60: SSL: no alternative certificate subject name matches target host name' => 695, 'cURL error 60: SSL certificate problem: self-signed certificate' => 696, + 'cURL error 60: SSL certificate problem: unable to get local issuer certificate' => 697, ]; $exceptionClass = get_class($e);