Use Java Registered Client Authentication Certificates in OkHttpClient Handshake

Viewed 40

I have some Client Authentication Handshake Certificates registered with the Java JRE.

If I use java.net.HttpURLConnection to make the connection, it is successful.

However, if I use the OkHttpClient, I get a 401, for not sending the Cert.

How do I get OkHttpClient to use the JRE / OS Registered Certs?

0 Answers
Related