iis - configuring HTTPS enabled WCF with SSL that has a CN of *.domain.com -


i'm trying configure ssl enabled wcf web service thats deployed in iis 6.

the cn of ssl *.domain.com , setting in web.config throws exception cannot locate cn of this.

<servercertificate findvalue="cn = *.domain.com"/> 

any idea how fix this?


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -