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!
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!