Guest User

Untitled

a guest
Feb 21st, 2014
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. arch@dev:~/Staging|⇒ sw_vers -productVersion
  2. 10.9.2
  3. arch@dev:~/Staging|⇒ curl --version
  4. curl 7.30.0 (x86_64-apple-darwin13.0) libcurl/7.30.0 SecureTransport zlib/1.2.5
  5. Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
  6. Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM NTLM_WB SSL libz
  7. arch@dev:~/Staging|⇒ curl -sv https://213.133.107.227/ --cacert /usr/local/opt/curl-ca-bundle/share/ca-bundle.crt --head
  8. * About to connect() to 213.133.107.227 port 443 (#0)
  9. * Trying 213.133.107.227...
  10. * Adding handle: conn: 0x7f8f0380aa00
  11. * Adding handle: send: 0
  12. * Adding handle: recv: 0
  13. * Curl_addHandleToPipeline: length: 1
  14. * - Conn 0 (0x7f8f0380aa00) send_pipe: 1, recv_pipe: 0
  15. * Connected to 213.133.107.227 (213.133.107.227) port 443 (#0)
  16. * SSL certificate problem: Invalid certificate chain
  17. * Closing connection 0
Advertisement
Add Comment
Please, Sign In to add comment