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
Original issue reported on code.google.com by
erwan.du...@gmail.com
on 15 Sep 2011 at 3:38