Created
October 8, 2014 21:50
-
-
Save wlonkly/af12e7a80733a22384e0 to your computer and use it in GitHub Desktop.
authorize.net ssl failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ openssl s_client -tls1 -state -msg -connect secure.authorize.net:443 | |
CONNECTED(00000003) | |
SSL_connect:before/connect initialization | |
>>> TLS 1.0 Handshake [length 005f], ClientHello | |
01 00 00 5b 03 01 54 35 b1 4c e1 b6 ce e7 8d a7 | |
7f 30 f5 f7 45 fa 19 e0 b0 7d 68 21 da fc 85 80 | |
45 80 82 2d d9 30 00 00 2e 00 39 00 38 00 35 00 | |
16 00 13 00 0a 00 33 00 32 00 2f 00 9a 00 99 00 | |
96 00 05 00 04 00 15 00 12 00 09 00 14 00 11 00 | |
08 00 06 00 03 00 ff 01 00 00 04 00 23 00 00 | |
SSL_connect:SSLv3 write client hello A | |
SSL_connect:error in SSLv3 read server hello A | |
write:errno=54 | |
$ openssl version | |
OpenSSL 0.9.8za 5 Jun 2014 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment