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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -