Open danseo-reisys opened 2 years ago
I have this question as well. Would like to be able to ignore cert errors like in the plugin gitlab-plugin so that we can run tests against our dev gitlab instance which has a self signed cert
I would always recommend importing the certificate into the JVM.
Would hate to add an option to ignore certificates cause it can be easily misused. Adapt your runtime not the library 😉
we are using jenkins helm chart to run on azure kubernetes. what is the best way to import the CA certs to jenkins master JVM? not able to find any reference on that.
@danseo-reisys three options extend the container image to include your certificate see linked article below.
or use customInitContainers
or use volumes and overrideArgs together with -Djavax.net.ssl.trustStore
args
Jenkins and plugins versions report
Environment
```text Paste the output here ```What Operating System are you using (both controller, and any agents involved in the problem)?
no option to ignore cert error. we use self signed certificate.
Reproduction steps
in jenkins system configuration, this plugin configuration option does not include ignoring cert error. is there a plan to add this option?
Expected Results
.
Actual Results
.
Anything else?
.