Younes Ben Tlili

Results 2 comments of Younes Ben Tlili

Hello @JakeWharton any update about this PR ? As I see, it is not yet merged ..

This problem is due to my internal network. it is limited by proxy. I have try to add proxy with Console System.setProperty("http.proxyHost","my proxy") System.setProperty("http.proxyPort","port") System.setProperty("https.proxyHost","proxy") System.setProperty("https.proxyPort","port") System.setProperty("http.proxyUser","login") System.setProperty("https.proxyUser","login") System.setProperty("http.proxyPassword","password") System.setProperty("https.proxyPassword","password")...