Issue Details (XML | Word | Printable)

Key: HUDSON-5372
Type: Patch Patch
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: lkishalmi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hudson

Make -trustAllSSLCertificates option available on RC nodes.

Created: 25/Jan/10 07:34 AM   Updated: 16/Feb/10 12:02 AM   Resolved: 25/Jan/10 11:26 AM
Component/s: selenium
Affects Version/s: current
Fix Version/s: current

File Attachments: 1. Text File hudson-5372.patch (3 kB)



 Description  « Hide

The attached patch makes -trustAllSSLCertificates passable on Selenium RC nodes.



Sort Order: Ascending order - Click to sort in descending order
scm_issue_link added a comment - 25/Jan/10 11:26 AM

Code changed in hudson
User: : kohsuke
Path:
trunk/hudson/plugins/selenium/src/main/java/hudson/plugins/selenium/ComputerListenerImpl.java
trunk/hudson/plugins/selenium/src/main/java/hudson/plugins/selenium/PluginImpl.java
trunk/hudson/plugins/selenium/src/main/resources/hudson/plugins/selenium/PluginImpl/config.jelly
http://hudson-ci.org/commit/26366
Log:
[FIXED HUDSON-5372] Applied a patch to support -trustAllSSLCertificates


scm_issue_link added a comment - 16/Feb/10 12:02 AM

Code changed in hudson
User: : lkishalmi
Path:
trunk/hudson/plugins/selenium/src/main/webapp/help/hubloglevel.html
trunk/hudson/plugins/selenium/src/main/webapp/help/rctrustallssl.html
http://hudson-ci.org/commit/27548
Log:
Added missing help files for Hub Log Level and trustAllSSLCertificates,
HUDSON-5372 and HUDSON-5637