Top "Client-certificates" questions

X.509 certificates for client authentication during TLS handshake.

How safe are client SSL certificates in a mobile app?

I'd like to have secure communication between my Android/iOS app and my Internet-accessible backend service, so I'm investigating HTTPS/…

android ios security ssl client-certificates
Using CLIENT-CERT for Tomcat without specifying a username

I am trying to make a Tomcat web application use client certificate authentication for incoming connections. Everything works fine when …

tomcat ssl web.xml client-certificates
HTTPS test server that checks client certificates

I have written a web service client that uses SSL client certificates to authenticate to the remote server. But since …

http authentication ssl testing client-certificates
What is a good way to deploy secret Java key stores in an OpenShift environment?

We have a Java web application that is supposed to be moved from a regular deployment model (install on a …

openshift client-certificates
How do I provide a specific TrustStore while using the default KeyStore in Java (JSSE)

Overview JSSE allows users to provide default trust stores and key stores by specifying javax.net.ssl.* parameters. I would …

java ssl client-certificates jsse
Swift iOS Client Certificate Authentication

The web service I want to consume requires a client certificate. How can I send my certificate to it? To …

ios swift authentication ssl client-certificates
iOS Client Certificates and Mobile Device Management

Our customers want to use an MDM (mobile device management) solution (MobileIron) to install client certificates onto corporate iOS devices, …

ios ssl client-certificates mobileiron
How do I read the Common Name from the client certificate?

Our application needs a piece of data that it is included in the client cert's common name. Currently, I'm trying …

c# .net client-certificates
Clear SSL client certificate state from JavaScript

I'm using client certificates in SSL sessions to authenticate users, but I'm having a bit of a problem with cached …

caching ssl certificate client-certificates
Can you check/monitor the client certificates sent in requests using Wireshark?

I'm able to make HTTP requests on my local host using client certificates. I have some logic in my code …

http iis ssl wireshark client-certificates