android - okhttp3 - ssl connection to server -


i sending , post requests server using okhttpclient (okhttp3).

how can secure connection ssl , identify myself self signed certificate?

thanks!

for self signed ssl certs check here. link contains code samples add self signed sll android.

self cert using okhttp3 , check here

hope may you.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -