From 893adb40e2ea203a66c2b9caac2d25192ac8c1e7 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 28 Apr 2020 15:02:28 +0200 Subject: [PATCH] Skip SSL validation in send-email build task See gh-22490 --- ci/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 539a355077..345ee325c7 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -114,6 +114,7 @@ resources: host: ((email-server)) port: "25" anonymous: true + skip_ssl_validation: true from: ((email-from)) to: ((email-to)) - name: slack-alert