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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -