Rally Java lookback api do not work behind Proxy -


i'm trying use rally lookback java api , throws exception saying

com.rallydev.lookback.lookbackexception: org.apache.http.conn.httphostconnectexception:       connection https://rally1.rallydev.com refused @ com.rallydev.lookback.lookbackquery.execute(lookbackquery.java:61) 

i figure out error due inaccessibility rally server due corporate proxy setup.

unlike rally rest api gives setproxy() method set proxy server works me, there no provision lookback api set proxy , throws error.

i'm trying out on windows machine,and expecting workaround or solution same platform.

thanks, sagar

i have forked repo , have made changes. have open pull request reviewed shortly , we'll pushed main repo.

here's link branch.

https://github.com/trevershick/rally-lookback-toolkit/tree/s72258

if want clone repo , 'mvn package' source generate .jar file you can use. it's same interface 1 you're using has setproxyserver , setproxycredentials authenticating against proxy server via basic auth. if cannot use basic auth authenticate against proxy server may need inject own instance of defaulthttpclient (see readme). should able add example ntlm credentials object credentials provider if necessary.

fee free ask questions may have , i'll update answer once pr merged in.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -