Error message from my SSIS job: SSL Provider: The target principal name is incorrect

Eugenie Meng 146 Reputation points
2022-06-20T07:03:53.197+00:00

Hi,

I have an SSIS package and what it does is to extract data from a source and then update one of our SQL server DB table.

The SSIS package is deployed on our SSIS server (this is different from the SQL Server DB mentioned above), and an SSIS job is created on SQL Server Agent to schedule and run the job. The job had been running fine until yesterday, when I found that there was an error message in connecting to the destination (SQL server DB): "SSL Provider: The received certificate has expired"

212826-image.png

So I contact our DBA and they managed update the SSL certificate on the SQL server. But when I tried to rerun the SSIS job from SSIS server, it still failed and this time it gave a different error message: "SSL Provider: The target principal name is incorrect"
212749-image.png

I wonder what target principal name is it referring to? I am not a DBA and has limited knowledge on SQL server. Could someone please point me the right direction? I have done some research online, and it might be a DNS issue or the name has not been updated.

Thanks

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,435 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,641 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tom Phillips 17,741 Reputation points
    2022-06-20T13:33:04.28+00:00

    SSL certificates are attached to a server. They generated the SSL cert and entered the wrong server name, or copied it from another server. Contact your DBA again.


0 additional answers

Sort by: Most helpful

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.