I have a service using SSL. When I try to switch to a service, I get the following error:
The SSL settings for the service 'SslRequireCert' does not match those of the IIS 'None'.
My configuration is as follows:
<security mode="Transport"> <transport clientCredentialType="Certificate" /> </security>
I use IIS Express and I have the "Enable SSL" checkbox selected (checked in WebMatrix).
Any ideas what else I need to do?
source share