From bcbdd69c56f9cb818162f78c5950e75a881eddb0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 9 Feb 2026 14:25:44 +0100 Subject: [PATCH] #7868 @0.25 --- src/HTTP.php | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5