Questions tagged [ssl-client-authentication]
94 questions
0
votes
1 answer
Android SSLSocket#getInputstream() throws HandshakeException on earlier versions of Android 6.0
In my application, I need to work on the SSLSocket.
I have this code which is working on Android6.0 and above and When I run the same code on Android version 5.+ I am getting HandshakeException
private void openSSLSocket(String mHost, int mPort){
…

Varun Narisetty
- 165
- 9
0
votes
1 answer
SSL: Client Authentication, multiple certificate version in same store
Here is the situation:
Our Application talks to multiple 3rd party applications and few of them need client authentication.
One particular third party app needs client auth and has appropriately provided certificates (which we imported in our key…

Santosh
- 17,667
- 4
- 54
- 79
-1
votes
2 answers
SSLContext not using certificate from the JVM TrustStore
I need to send a request to a server that uses TLS Client Authentication. For that, I created a PKCS12 file with my certificate and private key and set it in the SSLContext as a KeyManager.
KeyStore keystore =…

DjangoDev1
- 232
- 4
- 14
-1
votes
1 answer
Why micro soft provide "Current User\Personal\Certificates" and "Local Computer\Personal\Certificates" certificates?
1) Why micro soft provide "Current User\Personal\Certificates" and "Local Computer\Personal\Certificates" certificates?
2) In case of personal client authentication from which path we should get the certificates
3) Is there any scenario where…

ajay kumar Jaiswal
- 19
- 1
- 3