On 22.03.2016, at 17:16, Rafael Rezende <[email protected]> wrote:
> I would like Jenkins to read from my custom update site without any > certificate. Is there any way to tell Jenkins to skip the signature > verification? > (I believe the CA certificate to the public update sites is embedded into > Jenkins, right?) You could set the dangerous and undocumented system property hudson.model.DownloadService.noSignatureCheck to 'true'. The better alternative is to use the UpdateSites Manager Plugin to have a convenient UI to configure custom update sites, including certs. In the future, please send questions on how to use Jenkins to the jenkinsci-users list. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/32E84C69-7659-4B3A-BB2C-C9C30B39719F%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
