From 8c07184250166cd206c0e6a9f5cf686b7de8f65d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 18 May 2017 16:20:16 +1000 Subject: Rescue OpenSSL::SSL::SSLError in JiraService and IssueTrackerService Add OpenSSL::SSL::SSLError to rescue in JiraService & IssueTrackerService. This will prevent an exception in production and instead display a message to the user. --- changelogs/unreleased/mrchrisw-catch-openssl.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/unreleased/mrchrisw-catch-openssl.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/mrchrisw-catch-openssl.yml b/changelogs/unreleased/mrchrisw-catch-openssl.yml new file mode 100644 index 00000000000..a8b433fb0cd --- /dev/null +++ b/changelogs/unreleased/mrchrisw-catch-openssl.yml @@ -0,0 +1,4 @@ +--- +title: Rescue OpenSSL::SSL::SSLError in JiraService & IssueTrackerService +merge_request: +author: -- cgit v1.2.1