- or download this
SSL connect attempt failed error:14077102:SSL routines:SSL23_GET_SERVE
+R_HELLO:unsupported protocol
- or download this
openssl s_client -connect IP:PORT
- or download this
openssl s_client -connect IP:PORT -ssl3
- or download this
#!/usr/bin/perl
use IO::Socket::SSL qw(debug3);
...
}
exit;