"now that sslsocketfactory is deprecated on android, what would be the best way to handle client certificate authentication?" Code Answer

2

apparently, there are two sslsocketfactory classes. httpclient has its own one, and that is deprecated along with the rest of httpclient. however, everybody else will be using the more conventional javax.net.ssl edition of sslsocketfactory, which is not deprecated (thank $deity).

By access2008 on August 24 2022

Answers related to “now that sslsocketfactory is deprecated on android, what would be the best way to handle client certificate authentication?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.