client-certificates

Applets & client certificate authentication

I have an applet that loads its jar dependencies from a server using SSL + client certificate authentication. The web page that loads the applet is already authenticated using a client certificate. However, when the applet starts up, the JVM process (separate from the browser) brings up a dialog for certificate selection. These certi...

Switch SSLVerifyClient within ReverseProxy context

This is a part of an Apache virtualhost configuration, the incoming request, which matches, are forwarded to the Apache Tomcat server. All clients must send a client certificate for authentication for App1, but for App2 it should be optional. SSLVerifyClient require SSLVerifyDepth 2 SSLOptions +ExportCertData +StdEnvVars ProxyRequests ...

Configure Glassfish v3 Client-Auth Requested to want

I'm using GlassFish v3 (build 74.2) with client certificate authentication. I'd like to make the certificate authentication optional (want, not need). It seems this is possible based on this blog post, but I can't get it to work. http://blogs.sun.com/kalpana/entry/client_auth_requested_in_glassfish I've tried adding a system property,...

How can I get the "purpose" (Client Authentication Certificate) of a certificate in .NET?

I want to find all client authentication certificates from the X509Store(StoreLocation.CurrentUser) Is there anyway to do this? Even by getting all then filtering by a certain property to get all Client Authentication certificates? ...

Is it possible to understand whether a certificate in Windows cert store imported as "Enable Strong Private Key" protection?

Is it possible to understand whether a certificate in Windows cert store imported as "Enable Strong Private Key" protection in .NET? ...

Different client cert per "customer" for web service client with Glassfish and Metro WS

There is a system (Web service server) we should call "in the name of the customer" with different client certificates. How can I use different client certificate per thread or "customer" in web service client? What is the best practice to do suchlike stuff? Could you provide some description or sample code? Where to store certs and how ...

Can't connect to SSL web service with WS-Security using PHP SOAP extension - certificate, complex WSDL

Using the PHP5 SOAP extension I have been unable to connect to a web service having an https endpoint, with client certificate and using WS-Security, although I can connect using soapUI with the exact same wsdl and client certificate, and obtain the normal response to the request. There is no HTTP authentication and no proxy is involved....