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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -