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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -