How to fix this error from SSRS log file while trying to send a report====ERROR: Error sending email. Exception: System.AggregateException: One or more errors occurred. ---> System.Net.Mail.SmtpException: Transaction failed. The server response was: Acces

IT HELPDESK 20 Reputation points
2023-11-08T08:40:03.57+00:00

Several Reports are on the the SSRS subscription, and neither of them sent out due to this error on the log file==ERROR: Error sending email. Exception: System.AggregateException: One or more errors occurred. ---> System.Net.Mail.SmtpException: Transaction failed. The server response was: Access denied: Amazon SES no longer supports TLS 1.0 and TLS 1.1 connections. You must update your client to use TLS version 1.2 or above. To learn more and to update your client, see https://go.aws/3AUlVSb. For further assistance, contact AWS support

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,915 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 64,481 Reputation points
    2023-11-09T02:37:28.3966667+00:00

    You need your SSIS packages to support TLS 1.2. See

    https://techcommunity.microsoft.com/t5/sql-server-support-blog/tls-issue-with-ssis-package-while-accessing-odata-source-like/ba-p/319077

    You success may depend on your Sqlserver version. Also the o/s must have any required service packs to enable TLS 1.2


1 additional answer

Sort by: Most helpful
  1. AniyaTang-MSFT 12,441 Reputation points Microsoft Vendor
    2023-11-09T01:34:28.27+00:00

    Hi @IT HELPDESK

    Based on your error message, this appears to be an Amazon SES issue. Amazon SES will soon stop supporting TLS 1.0 and TLS 1.1 in its SMTP interface. I found this link for you: https://aws.amazon.com/blogs/security/tls-1-2-required-for-aws-endpoints/.

    For more information, please seek help on the relevant platform.

    If the answer is helpful, please click Accept Answer and Up-Vote for the same. If you have any questions, please feel free to let me know.

    Best regards,

    Aniya

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.