PRDownloader
PRDownloader copied to clipboard
Self signed SSL
Can I override the ssl check for downloading from pages that have self signed ssl?
You can define self HttpClient which implement by okhttp, and call OkHttpClient.sslSocketFactory to use self signed ssl
@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?