What is the trustanchors parameter must be non-empty error and how can you solve it?
Answer Posted / Abhishek
The 'trustanchors parameter must be non-empty' error occurs in Jenkins when the SSL certificate of a remote server is not trusted. To solve this issue, you can either add the remote server's SSL certificate to Jenkins' truststore or disable certificate verification by adding the following lines to your Jenkins config file (jenkins.xml):n<hudson.security.certs.CertificateNotary disabled="true" />n<hudson.security.certs.TrustAnchorManager securityEnabled="false" />
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category