- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all,
I've a problem in Splunk Enterprise 7.3 when I want to Enable TLS for Mail delivery.
Problem:
When I activate email security to TLS (Server settings -> Email settings -> Enable TLS) the email delivery is not working anymore.
The SMTP server connection is working (server:port is provided) when I set Email Security to "none".
The logs on the SMTP server have the following error:
smtpd[252494]: SSL_accept error from <splunk_server> [xx.xxx.xx.xxx]: -1
smtpd[252494]: warning: TLS library problem: 252494:error:1408A0C1:SSL routines:ssl3_get_client_hello:no shared cipher:s3_srvr.c:1427:
smtpd[252494]: lost connection after STARTTLS from <splunk_server> [xx.xxx.xx.xxx]
smtpd[252494]: disconnect from <splunk_server> [xx.xxx.xx.xxx], message count 0
Looks like a problem with the used ciphers.
I've checked alertaction.conf in splunk. The following standard settings are set.
sslVersions = tls1.2
cipherSuite = ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256
Do you have any ideas, how to solve this or where to look further?
Thanks and many Regards
Michael
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi
you need to check what are supported chippers and versions of your SMTP mail server.
r. Ismo
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi
you need to check what are supported chippers and versions of your SMTP mail server.
r. Ismo
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Soutamo,
thanks a lot! That helped me to find the correct solution.
I've checked the supported ciphers of our SMTP mail gateway and found out they did not match -> basically thats what the error messages says.. 🙂
After adjusting the splunk alertsaction.conf with a appropriate cipher suite sending emails via TLS is working fine now.
Many Regards
Michael
