Top "Sslsocketfactory" questions

Layered socket factory for TLS/SSL connections, based on JSSE.

Now that SSLSocketFactory is deprecated on Android, what would be the best way to handle Client Certificate Authentication?

I am working on an Android app that requires Client Certificate Authentication (with PKCS 12 files). Following the deprecation of all …

android ssl okhttp pkcs#12 sslsocketfactory
Disable SSL as a protocol in HttpsURLConnection

Due to the POODLE vulnerability, my server, hosted in Amazon AWS does no longer support SSLv3. As a result, the …

android ssl amazon-web-services poodle-attack sslsocketfactory
Java Exception on SSLSocket creation

In the code: System.setProperty("javax.net.ssl.trustStore", cacerts); System.setProperty("javax.net.ssl.trustStorePassword", pwdCacerts); SSLSocketFactory sslsocketfactory = (SSLSocketFactory) …

java keytool truststore sslsocketfactory
an unsafe implementation of the interface X509TrustManager from google

I hava an app in Google Play, I received a mail from Google saying that: Your app(s) listed at …

java android android-security sslsocketfactory trustmanager
How do I tell the TLS version in Android Volley

My project has been using Android Volley network framework for a long time, but recently I found a SSL 3.0 protocol …

android ssl https android-volley sslsocketfactory
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.NETWORK

java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.NETWORK Hi i got this error while i am …

ssl retrofit okhttp sslsocketfactory trustmanager
How to build a SSLSocketFactory from PEM certificate and key without converting to keystore?

I'm given a self-signed client certificate kit that is to be used to access a server via HTTPS. The kit …

java ssl keystore pem sslsocketfactory