[Connection manager "HTTP Connection Manager"] Error: SSL certificate response obtained from the server was not valid. Cannot process the request.

Avis kumar 1 Reputation point
2021-04-27T08:04:29.307+00:00

Hello,

I am trying to download a file from ishare/sharepoint location.
am getting below error while trying.
[Connection manager "HTTP Connection Manager"] Error: SSL certificate response obtained from the server was not valid. Cannot process the request.
Please suggest

Thank You

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2021-04-28T05:47:16.48+00:00

    Hi @Avis kumar ,

    You can try to use WebClient Class instead of HTTP connection manager, someone fixed this issue, please refer to ssis-download-from-http-error-ssl-certification-response-obtained-from-server.

    And here is a other solution: rewrite it as an SSIS Script Task with the help of the WSDL.exe Tool and then including the generated file (.cs) into your Script Task project. Or check the certificate you are using.

    Please refer to https://stackoverflow.com/questions/31474244/visual-studio-bi-tool-error/51344042.

    Hope it will help.

    Regards,

    Zoe


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues October


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.