stijn@work

Results 14 comments of stijn@work

Update ====== I think i solved the issue, but now I get a new error. ## Proxy error resolution ``` java -Dhttps.proxyHost=127.0.0.1 -Dhttp.proxyPort=7080 -jar /usr/local/bin/restcli.jar --env="development" auth.http ``` https://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html ##...

### Previous error: unexpected end of stream solved by changing http.proxyPort to https.proxyPort. ``` java -Dhttps.proxyHost=localhost -Dhttps.proxyPort=7080 -jar /usr/local/bin/restcli.jar --env="development" auth.http ``` ### Current error: unable to find valid certification...