I have created a simple WCF web service that uses basic authentication (sql membership provider) and https. Although I am having issues with my client trying to access it.
I am almost 100% positive it has to do with the certificate not being trusted, although I think have tried probably almost everything.
The application is hosted in IIS. When I try to edit bindings for the "Default website" and choose a certificate for https it only shows certificates that are in my personal store. So I cannot choose any certificates from a trusted store.
I have tried adding permissions in MMC from personal and dragging it back over to trusted people or trusted CA stores although it still isn't showing up in IIS.
The error my client is giving back is: Error: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
I have tried everything here to fix this issue.
Is their any way I can set up a certificate for https in IIS from a trusted store? Or if this isn't the issue can someone shed some light on the real problem?