Closed PhilipSchmid closed 4 years ago
Hi there,
I just noticed that butler fails to import jobs, when Jenkins runs behind a self signed TLS certificate:
butler
macbookpro:jenkins phil$ butler jobs import --server jenkins.example.com --username admin --password <my-secret> Import job: Git_Sync Get https://jenkins.example.com:443/crumbIssuer/api/xml?xpath=concat(//crumbRequestField,":",//crumb): x509: certificate signed by unknown authority
None
Would it be possible to add an argument --skip-tls-check or something similar do disable the check if the TLS certificate is officially signed?
--skip-tls-check
Thanks
Regards, Philip
Related or same as #10
Closing this issue since this tool is not needed anymore by my current company and nobody responded within 2 years.
Hi there,
Description
I just noticed that
butler
fails to import jobs, when Jenkins runs behind a self signed TLS certificate:Related Issue
None
Changes proposed
Would it be possible to add an argument
--skip-tls-check
or something similar do disable the check if the TLS certificate is officially signed?Screenshots
None
Thanks
Regards, Philip