Skip to content

Handle and report SSL errors in Web hook test

Stan Hu requested to merge stanhu/gitlab-ce:report-ssl-errors into master

If a Web hook test fails due to an SSL error or some other error, report the result back to the user instead of an Error 500. Also check for status 200 for success.

For example:

image

Closes #3656 (closed)

Merge request reports