I am trying to consume a webservice and it is giving throwing this error.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When I’ve had errors like that they were due to either not having the service host name matching the one in the certificate it presents, or, less often, not having the appropriate certificate chain on the client to verify the server’s certificate.
I would check the name you are contacting the service by and what the certificate it sends say — you can watch the SSL negotiation with WireShark or similar, and see the strings in the second server packet.