Advertisement
Guest User

Untitled

a guest
Jan 16th, 2014
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. + curl -O https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz
  2. % Total % Received % Xferd Average Speed Time Time Time Current
  3. Dload Upload Total Spent Left Speed
  4. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
  5. error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
  6. More details here: http://curl.haxx.se/docs/sslcerts.html
  7.  
  8. curl performs SSL certificate verification by default, using a "bundle"
  9. of Certificate Authority (CA) public keys (CA certs). If the default
  10. bundle file isn't adequate, you can specify an alternate file
  11. using the --cacert option.
  12. If this HTTPS server uses a certificate signed by a CA represented in
  13. the bundle, the certificate verification probably failed due to a
  14. problem with the certificate (it might be expired, or the name might
  15. not match the domain name in the URL).
  16. If you'd like to turn off curl's verification of the certificate, use
  17. the -k (or --insecure) option.
  18. ++ failed
  19. ++ local r=1
  20. +++ jobs -p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement