I'm getting this error while creating a token on some remote web service: Could not establish trust relationship for the SSL/TLS secure channel with authority 'wvcert.bfc-usa.com'
I was looking it up, and found some links. link 1
1: WCF : Could not establish trust relationship for the SSL/TLS secure channel with authority error and link 2. I cannot browse that website on my server's browser, so cannot really see what's going on. I checked the Trusted certificates authority on my server's browser settings, but I can see that the Root certificate is added as a trusted there. So now I'm trying to add the code from link 2 into my client. Where do I add this code? I'm not sure where this code will go in my client