summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/HTTPClient.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/HTTPClient.php b/inc/HTTPClient.php
index 76d973c38..24b3a8d78 100644
--- a/inc/HTTPClient.php
+++ b/inc/HTTPClient.php
@@ -604,6 +604,8 @@ class HTTPClient {
$requesturl = $requestinfo['path'];
return true;
}
+
+ throw new HTTPClientException('Failed to set up crypto for secure proxy connection', -151);
}
throw new HTTPClientException('Failed to establish secure proxy connection', -150);