Issue Details (XML | Word | Printable)

Key: SRC-407
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Dan Fabulich
Reporter: Dan Fabulich
Votes: 0
Watchers: 2
Operations

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

trustAllSSLCertificates doesn't work unless you're using the proxy

Created: 15/Jan/08 08:34 PM   Updated: 30/Dec/08 02:00 PM
Component/s: SSL Support
Affects Version/s: 1.0
Fix Version/s: None


 Description  « Hide

In *chrome or *iehta mode, navigate to a site with an invalid SSL certificate. You'll get a pop-up warning from the browser.

This will happen to any browser that isn't configured to use the Selenium proxy, because trustAllSSLCertificates is currently just a proxy setting. Ideally we'd configure all other browsers to ignore SSL certificates somehow (assuming that's even possible!).



Sort Order: Ascending order - Click to sort in descending order
Haw-Bin Chai added a comment - 30/Dec/08 02:00 PM

Can we have some clarification on what it means to "use the proxy"? Does this mean proxyInjectionMode, or providing the proxyHost / proxyPort settings? Or something else?