Hi,
I am trying to connect to secured service of our client and getting error around trust relationship not established.
Error Description: System.ServiceModel.Security.SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority 'insurance-exchange-staging.therepairline.co.uk:8080'. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
The certificate is also placed in our console of trusted certificates.
Note: I am able to test service directly using Soap UI.
Kindly suggest.
Ankur Seth