Skip to content

Fix a smtp config bug with AWS SES

In the example,the aws config use iam key and secert rathen than smtp user name and password,so the propertie gitlab_rails['smtp_tls'] may change to false.

if it set to true:

SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol

Merge request reports