Advertisement
Guest User

Untitled

a guest
Nov 21st, 2013
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. % curl -v https://github.com/
  2. * Adding handle: conn: 0x24ed4e0
  3. * Adding handle: send: 0
  4. * Adding handle: recv: 0
  5. * Curl_addHandleToPipeline: length: 1
  6. * - Conn 0 (0x24ed4e0) send_pipe: 1, recv_pipe: 0
  7. * About to connect() to github.com port 443 (#0)
  8. * Trying 192.30.252.131...
  9. * Connected to github.com (192.30.252.131) port 443 (#0)
  10. * successfully set certificate verify locations:
  11. * CAfile: none
  12. CApath: /etc/ssl/certs
  13. * SSLv3, TLS handshake, Client hello (1):
  14. * SSLv3, TLS handshake, Server hello (2):
  15. * SSLv3, TLS handshake, CERT (11):
  16. * SSLv3, TLS alert, Server hello (2):
  17. * error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01
  18. * Closing connection 0
  19. curl: (35) error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01
  20.  
  21. % wget https://github.com/
  22. --2013-11-21 11:27:56-- https://github.com/
  23. Resolving github.com (github.com)... 192.30.252.128
  24. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  25. OpenSSL: error:140943FC:SSL routines:SSL3_READ_BYTES:sslv3 alert bad record mac
  26. Unable to establish SSL connection.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement