SSIS Package - ERROR: SECDoClientHandshake()).]SSL Security error - Stack Overflow

We are trying to run an SSIS Package via SQL Job. The package is located on another server than the ser

We are trying to run an SSIS Package via SQL Job. The package is located on another server than the server where the job is running the package. We are getting this error:

[DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error."

This usually happens because:

The server requires TLS 1.2, but the client does not support it.
The OLE DB provider is outdated and does not support the required security protocol.
There is a mismatch in encryption settings between the client and server.
The SSIS package is running under an account that does not have proper permissions.

We tried several things already.

  1. Force the SSIS package to run in TLS 1.2:

    System.Net.ServicePointManager.SecurityProtocol = (System.Net.SecurityProtocolType)3072;

  2. Enabled TLS 1.2 on the server where the package is located.

Any suggestions would be helpful.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744298935a4567402.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信