Asked by:
SSL Certificate response obtained from the server was not valid

Question
-
User-1738841732 posted
Hi Guys
I get this error when I try to hit the button, download wsdl.I have file Name(.wsdl) stored in my "C" folder as mentioned.
My HttpConnection is also tested Sucessful.
Friday, April 17, 2020 11:33 PM
All replies
-
User288213138 posted
Hi mansooraabid,
SSL Certificate response obtained from the server was not validI get this error when I try to hit the button, download wsdlAccording to your description, I can't reproduce your problem
Can you show me how did you download wsdl?
About this error usually due to use Webclient class based logic instead of connection manager to get job done.
You can try to use the webclient class instead of the HTTP connection manager.
Best regards,
Sam
Saturday, April 18, 2020 8:41 AM -
User-1738841732 posted
I went to Visual Studio -> Buisness Intelligence -> Create New Project
All i need to do is..
Extract the response from wsdl to mt SQL table, so I dragged WebServices Task, from the left, and ther in, General -> Http Connection -> I gave
https://usfireuatsvc.e-test.net/TestService.svc?wsdl
userId: admin
Passwrd: ****Note: The url above is not the actual url, but works absolutely fine.
Upon hitting the Test Connection - button, I get the Msg test connection Succeeded.
Now in the General tab, I fill in the other info like wsdl files(pointing to the wsdl file I created)/ Override WSDL to true/Gave the Name and Description, then upon hit of Download WSDL button, I get the pop up msg as
SSL Certificate Response obtained from the server is not valid. Cannot Process the request
Sunday, April 19, 2020 4:26 AM -
User288213138 posted
Hi mansooraabid,
mansooraabid
https://usfireuatsvc.e-test.net/TestService.svc?wsdlmansooraabid
SSL Certificate Response obtained from the server is not valid. Cannot Process the requestYou can try to export the certificate in the certification path and trust it in the current computer.
Best regards,
Sam
Wednesday, April 22, 2020 6:28 AM -
User-1738841732 posted
You mean, to export Certificate from the server where the services(usfireuatsvc.e-test.net/TestService.svc?wsdl) is hosted TO my local where I am running SSIS?
Wednesday, April 22, 2020 4:59 PM -
User288213138 posted
Hi mansooraabid,
You mean, to export Certificate from the server where the services(usfireuatsvc.e-test.net/TestService.svc?wsdl) is hosted TO my local where I am running SSIS?yes.
Best regards,
Sam
Thursday, April 23, 2020 6:00 AM