I'm trying to use Rally Lookback Java API and it throws exception saying
com.rallydev.lookback.LookbackException: org.apache.http.conn.HttpHostConnectException: Connection to https://rally1.rallydev.com refused
at com.rallydev.lookback.LookbackQuery.execute(LookbackQuery.java:61)
I could figure out that this error was due to Inaccessibility to rally server due to corporate proxy setup.
Unlike rally rest API which gives setProxy() method to set proxy server which works for me, there is no provision for Lookback API to set proxy and throws this error.
I'm trying this out on windows machine,and expecting any workaround or solution for the same platform.
Thanks, Sagar