Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Self-signed SSL Certificate support #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DirtyJerz
Copy link

Create a new trust manager using memorizing-trust-manager.
(https://github.com/ge0rg/MemorizingTrustManager)

Set the SSLSocketFactory for volley's OkHttpClient as well as HttpsURLConnection.
HttpURLConn uses the application's singleton SSLSocketFactory, so setting that will
take care of all other https calls elsewhere in the app.

Create a new trust manager using memorizing-trust-manager.
(https://github.com/ge0rg/MemorizingTrustManager)

Set the SSLSocketFactory for volley's OkHttpClient as well as HttpsURLConnection.
HttpURLConn uses the application's singleton SSLSocketFactory, so setting that will
take care of all other https calls elsewhere in the app.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant