summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-07-05 21:05:24 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-07-05 21:05:24 +0000
commit357f9898d586a0310a1111c0c5763c8707c4fb02 (patch)
tree4c68a22798b5d863d849e44e679e09cf32b1e9ef /changelogs
parent0cb361fe8f4bd06d9f42e3e7f797631acb4f8d60 (diff)
downloadgitlab-ce-357f9898d586a0310a1111c0c5763c8707c4fb02.tar.gz
Add OpenSSL::OpenSSLError to HTTP_ERRORS
Some services can raise OpenSSL::X509::CertificateError due to an invalid SSL certificates, with OpenSSL::OpenSSLError we can handle these errors.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/64176-fix-error-handling.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/64176-fix-error-handling.yml b/changelogs/unreleased/64176-fix-error-handling.yml
new file mode 100644
index 00000000000..e7a9a5897ae
--- /dev/null
+++ b/changelogs/unreleased/64176-fix-error-handling.yml
@@ -0,0 +1,5 @@
+---
+title: Fix invalid SSL certificate errors on Drone CI service
+merge_request: 30422
+author:
+type: fixed