security - X.509 certificate cannot be found by WCF service -
i have wcf service hosted in iis.
using certmgr.msc
can see x.509 certificate in personal -> certificates
still error:
cannot find x.509 certificate using following search criteria: storename 'my', storelocation 'currentuser', findtype 'findbythumbprint', findvalue 'b0 5f 3f ...'.
i changed storelocation, find type... still same error appears. guess iis cannot use certificate because of lack of permission.
how can fix ?
right click on cert, select manage private keys, grant rights user under iis app pool running.
Comments
Post a Comment