client certificates - Why are my ClientCertificate properties all blank? -


i have simple loop in asp display of properties , values in clientcertificate in html page this:

dim x each x in request.clientcertificate     response.write("<p>")     response.write(x & " = " & request.clientcertificate(x))     response.write("</p>") next 

i don't errors, loop doesn't write out single value. it's if clientcertificate object empty. connect server using certificate , sll , served content without problem. i'm working on issue need "subject alternative name" value cert.

i'm using iis 8 server connect using reverse proxy. authentication "anonymous" because i'm not using ad; i'm using ldap.

do have turn on else on server?


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -