History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SRC-418
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Martin Fuzzey
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Selenium Remote Control

Does not work when behind proxy requiring user authentication

Created: 25/Jan/08 08:12 AM   Updated: 12/Aug/08 05:36 PM
Component/s: Server
Affects Version/s: 0.9.2, 1.0
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File selenium-rc-proxyAuth.patch (2 kb)

Environment:
Linux (ubuntu gutsy)
jre sun 1.6
firefox 2.0.0.1
squid proxy requiring authentication


 Description  « Hide
Behind a firewall requiring proxy authentication cannot run google example using system properties (browser displays authentication popup dialog)
-Dhttp.proxyHost=XXX -Dhttp.proxyPort=9090 -Dhttp.proxyUser=XXX -Dhttp.proxyPassword=XXX ...

It seems only http.proxyHost and http.proxyPort are supported by the jre (see http://forum.java.sun.com/thread.jspa?threadID=5220341&messageID=9895054)

I have a patch for this issue.


 All   Comments   Work Log   Change History      Sort Order:
Martin Fuzzey - 25/Jan/08 08:13 AM
Patch to make -Dhttp.proxyUser, -Dhttp.proxyPassword work