]> _ Git - cubist_net.git/commitdiff
#7868 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 9 Feb 2026 13:25:44 +0000 (14:25 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 9 Feb 2026 13:25:44 +0000 (14:25 +0100)
src/HTTP.php

index 049441af4b4b44c7d524145f82982a556b901ca1..e929d509816b79e7729a860fef8bfcc5d5094ac9 100644 (file)
@@ -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);