Reputation: 1661
I am sending GET and POST requests to my server using the OkHttpClient (okhttp3).
How can I secure the connection with SSL and identify myself with a self signed certificate?
Thanks!
Upvotes: 1
Views: 706
Reputation: 2731
For Self signed SSL certs check here. The link contains code samples to add self signed SLL to Android.
Self Cert using okhttp3 , Check here
Hope this may help you.