Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a website that is going to be called from some clients which will be authenticating with client certificates and others which will not be, because of this i have to have iis settings for client certificate set to allow. This works fine on a windows 7 professional however when i try to run this on a virtual server setup with windows 7 i get the following error

The SSL settings for the service 'SslRequireCert' does not match those of the IIS 'Ssl, SslNegotiateCert'

All iis settings seem to be the same between the two environments

Jeremy

share|improve this question
 
Please show the settings of the environments –  tsippert Jun 13 '13 at 13:15
 
Does this answer for the same question not help ? - stackoverflow.com/questions/4082951/… –  Johnv2020 Jun 13 '13 at 15:02
 
They are identical no changes, seems to be an iis issue –  Gimp Jun 13 '13 at 15:09
 
I have also tried commenting out the mex endpoints this didn't solve the problem for me. –  Gimp Jun 13 '13 at 15:12
add comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.