January 18, 2011 at 5:01 pm
I am passing through the server name/ URL through a variable which I believe is working fine. When it goes to the url I am getting the following error:
[Connection manager "HTTP Connection Manager"] Error: SSL certificate response obtained from the server was not valid. Cannot process the request.
Is there anyway to handle this error and tell it to go to the website anyway? Or is there no way but to have the provider of the images go insecure which I can't imagine they will do.
thanks
January 20, 2011 at 10:36 am
pamozer (1/18/2011)
I am passing through the server name/ URL through a variable which I believe is working fine. When it goes to the url I am getting the following error:[Connection manager "HTTP Connection Manager"] Error: SSL certificate response obtained from the server was not valid. Cannot process the request.
Is there anyway to handle this error and tell it to go to the website anyway? Or is there no way but to have the provider of the images go insecure which I can't imagine they will do.
thanks
You have to implement a script based on .NET's WebClient class. Then setup a handler for ServicePointManager.ServerCertificateValidationCallback delegate. You can check the script here how it is implemented. Look for IgnoreServerCertificate in the script.
January 20, 2011 at 10:56 am
So I need to purchase ScriptTaskPlus to use this? Am I reading this correctly?
Depends on CozyRoc Script Task Plus component for implementing parameters user interface.
January 20, 2011 at 11:01 am
pamozer (1/20/2011)
So I need to purchase ScriptTaskPlus to use this? Am I reading this correctly?Depends on CozyRoc Script Task Plus component for implementing parameters user interface.
Purchasing CozyRoc SSIS+ will certainly make the experience more smooth. However it is not required. You can grab the parts of the script you need or use them as reference how to create your own script.
January 20, 2011 at 11:14 am
Thank you. I will see what I can figure out from this.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply