I have a WCF service throwing an exception, "Could not establish trust relationship for the SSL/TLS secure channel".
When launching the service, IIS Express prompts to trust the IIS Express SSL Certificate and I select Yes. When accessing the endpoint from IE10, the address bar turns red indicating a certificate error. When I run my code and hit the endpoint, the exception is thrown.
How do I resolve this in IIS Express?
Using Visual Studio 2013 Update 2 and IIS Express.