We're setting up Service Based Architecture here, and it's going well. Now we need to get it working on another machine. The second machine is giving us a bunch of errors that seem to point to security:
Internet Explorer gives you There is a problem with this website's security certificate.
If you click on the 'certificate error', you'll see this:
This CA Root certificate is not trusted. To enable trust, install this certificate in the Trusted Root Certification Authorities store.
Chrome will give you a 'privacy error', and tell you that 'Your connection is not secure'
Visual Studio will report:
The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Using the WADL Generator for Project Siena, I get this error:
Unexpected character encountered while parsing value: T. Path '', line 0, position 0
and
The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
This article will discuss the fix for all that.