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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -