This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 120347 - Ruby Gems not working when behind proxy which requires authentication
Summary: Ruby Gems not working when behind proxy which requires authentication
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Gems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 14:18 UTC by falkenbt
Modified: 2007-10-30 15:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description falkenbt 2007-10-29 14:18:21 UTC
Tools-Ruby gems fails with "Nothing found: Network problem? Check NetBeans proxy settings." I am behind a WebProxy which
requires authentification. 
The Proxy settings in Netbeans are correct. Tools - Plugins works fine as well as the start page. 

When using the command line, I can use gems only if I set the HTTP_PROXY environment variable. So that might be the way
to go.
Comment 1 Martin Krauskopf 2007-10-30 13:32:24 UTC
> I can use gems only if I set the HTTP_PROXY environment variable. So that might be the way to go.

We are already doing this. But it seems that user/pass are not taken into account. I'll check that. It should work with
proxy which does not require authentication.
Comment 2 Martin Krauskopf 2007-10-30 15:14:04 UTC
I've added user and host to the proxy string. Please let me know if it does not work.

projects/src/org/netbeans/modules/ruby/rubyproject/gems/GemManager.java;
new revision: 1.13; previous revision: 1.12