Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- % curl -v https://github.com/
- * Adding handle: conn: 0x24ed4e0
- * Adding handle: send: 0
- * Adding handle: recv: 0
- * Curl_addHandleToPipeline: length: 1
- * - Conn 0 (0x24ed4e0) send_pipe: 1, recv_pipe: 0
- * About to connect() to github.com port 443 (#0)
- * Trying 192.30.252.131...
- * Connected to github.com (192.30.252.131) port 443 (#0)
- * successfully set certificate verify locations:
- * CAfile: none
- CApath: /etc/ssl/certs
- * SSLv3, TLS handshake, Client hello (1):
- * SSLv3, TLS handshake, Server hello (2):
- * SSLv3, TLS handshake, CERT (11):
- * SSLv3, TLS alert, Server hello (2):
- * error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01
- * Closing connection 0
- curl: (35) error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01
- % wget https://github.com/
- --2013-11-21 11:27:56-- https://github.com/
- Resolving github.com (github.com)... 192.30.252.128
- Connecting to github.com (github.com)|192.30.252.128|:443... connected.
- OpenSSL: error:140943FC:SSL routines:SSL3_READ_BYTES:sslv3 alert bad record mac
- Unable to establish SSL connection.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement