webartoli / hudson-tray-tracker

Automatically exported from code.google.com/p/hudson-tray-tracker
0 stars 0 forks source link

Option to disable https server certificate validation #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We are using hudson through https only to secure the stream (mainly for 
login/password), but we do not use an https certificate from a public authority.

This is not a big deal on the GUI as we can ask the browser to ignore 
certificate validation, but currently we can not ask the hudson-tray-tracker to 
ignore it.

Can you please add an "ignore certificate validation" option.

Here is single code line to call when is option is activated :

ServicePointManager.ServerCertificateValidationCallback = 
(obj,cert,chain,errors) => true;

Thanks & Regards

Original issue reported on code.google.com by erwan.du...@gmail.com on 15 Sep 2011 at 3:38

GoogleCodeExporter commented 9 years ago
Sorry, please ignore this feature request as already implemented at least in 
v0.12

Original comment by erwan.du...@gmail.com on 20 Sep 2011 at 10:59