Guest User

Untitled

a guest
Jun 21st, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. ```# curl -X POST -H "$CRUMB" "https://jenkins:add91b3fefefefefef@jenkins.subdomain.domain.io/job/Excercise1/buildWithParameters?token=8buX7dddskddf&EMAIL=sfff@test.com&USER=muj"
  2. curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
  3. More details here: http://curl.haxx.se/docs/sslcerts.html
  4.  
  5. curl performs SSL certificate verification by default, using a "bundle"
  6. of Certificate Authority (CA) public keys (CA certs). If the default
  7. bundle file isn't adequate, you can specify an alternate file
  8. using the --cacert option.
  9. If this HTTPS server uses a certificate signed by a CA represented in
  10. the bundle, the certificate verification probably failed due to a
  11. problem with the certificate (it might be expired, or the name might
  12. not match the domain name in the URL).
  13. If you'd like to turn off curl's verification of the certificate, use
  14. the -k (or --insecure) option.```
Add Comment
Please, Sign In to add comment