1

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!

cmplx96
  • 1,541
  • 8
  • 34
  • 48

1 Answers1

1

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.

Janmejoy
  • 2,721
  • 1
  • 20
  • 38