Unable to connect to RTC through Eclipse
We have few users having difficulty to login to our Jazz (4.0.4) instance from Eclipse (Helios and Kepler) from outside network. They are using proxy to connect to Jazz and through browser it is working fine.
Eclipse should ideally use the same proxy from browser but with native proxy eclipse is not getting the connection. Even after changing proxy in eclipse network connection to manual and setting it same as browser proxy for HTTP and HTTPS with PORT 8080 it is giving below errors for different users.
CRJAZ2384E Cannot connect to the repository at URL "https://jazzsite/ccm", see the nested exception for more details.
Unable to tunnel through proxy. Proxy returns "HTTP/1.1 403 PortcullisNoMatch"
CRJAZ1247E The request to the server failed. The server returned the HTTP error 407 with this error text: Proxy Authentication Required.
Let me know if anyone encountered similar issue.
One answer
Web proxy is configured through automatic proxy configuration script and we did not add any userid/password for that.
Comments
how are u auto-proxying from outside the firewall?
autoproxy is a CGI script which internally takes care of the authentication. I do not have insight on how it handles it.
you do not get that function in eclipse.. you will have to hard code the userid/password for each user
to protect those entries, you will need to turn on secure storage
window->preferences->security->secure storage
Comments
sam detweiler
Jul 10 '14, 10:07 a.m.how did they configure the proxy in Eclipse? what userid/password did they use?
Window->Preferences->General->Network->https->.....url, port, userid and password
Eclipse does not use the browser proxy configuration
Gaurav Tapadkar
Jul 10 '14, 10:36 a.m.Yes, with Active provider as "Native" connection is unsuccessful.
sam detweiler
Jul 10 '14, 10:19 a.m.provider should be manual I assume.
also, how is the web proxy configured? I would guess there is a userid/password (given where u are)