PRDownloader icon indicating copy to clipboard operation
PRDownloader copied to clipboard

Self signed SSL

Open UANESI opened this issue 5 years ago • 2 comments

Can I override the ssl check for downloading from pages that have self signed ssl?

UANESI avatar Jul 27 '19 15:07 UANESI

You can define self HttpClient which implement by okhttp, and call OkHttpClient.sslSocketFactory to use self signed ssl

rigortek avatar Oct 23 '19 08:10 rigortek

@rigortek i use retrofit in my app and have my custome okhttp client but, i couldn't know how i can set custom okttp with my self ssl for prdownloder can you explian how i can make this?

mohammedmans avatar Dec 21 '22 19:12 mohammedmans