Top "Client-certificates" questions

X.509 certificates for client authentication during TLS handshake.

How to change only the subject(CN) in existing csr

I have a csr(Certificate Signing Request). I have to just change the CN from that csr, leaving other fields …

openssl ssl-certificate mdm client-certificates
.Net SslStream with Client Certificate

I'm having no luck getting client certificates working with my SslStream project. No matter what I do, I can't get …

c# .net sockets ssl client-certificates
X509Certificate2.Verify() returns false always

Facing a really strange issue X509Certificate2.Verify() returning false for a valid certificate. Maybe some has already faced this …

c# client-certificates x509certificate2
WCF Error "Found multiple X.509 certificates using search criteria"

I receive following error when I try accessing a WCF service hosted on our staging server. "Found multiple X.509 certificates …

.net wcf web-config soa client-certificates
How do I sign a HTTP request with a X.509 certificate in Java?

How do I perform an HTTP request and sign it with a X.509 certificate using Java? I usually program in …

java http https x509certificate client-certificates
What is the purpose of creating a login from a certificate?

SQL Server provides the option to create a login from a certificate. E.g. USE MASTER; CREATE CERTIFICATE <certificateName&…

sql-server authentication ssl-certificate client-certificates
Object contains only the public half of a key pair

Upon installation of a client side certificate, I am getting the exception "Object contains only the public half of a …

certificate client-certificates
Ruby 1.8.7 and Net::HTTP: Making an SSL GET request with client cert?

I'm trying to fetch a resource via SSL using Net::HTTP. Here is the relevant code fragment: req = Net::HTTP::…

ruby ssl certificate client-certificates net-http
In Asp.Net MVC what other options do I have with Authentication Mode?

In the Web.config file this piece of info is there <authentication mode="Forms"> <forms loginUrl="~/Account/…

asp.net-mvc-3 forms-authentication client-certificates
Disable SSL client certificate on *some* WebAPI controllers?

Edit for future readers: Unfortunately, the bounty awarded answer doesn't work; nothing I can do about that now. But read …

c# ssl asp.net-web-api https client-certificates