Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hirose31
Last active September 30, 2016 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirose31/c524ad3606a3b1570728f2506c427a1d to your computer and use it in GitHub Desktop.
Save hirose31/c524ad3606a3b1570728f2506c427a1d to your computer and use it in GitHub Desktop.
diff --git a/lib/Net/SSL/ExpireDate.pm b/lib/Net/SSL/ExpireDate.pm
index b2492ba..5ba1aef 100644
--- a/lib/Net/SSL/ExpireDate.pm
+++ b/lib/Net/SSL/ExpireDate.pm
@@ -249,7 +249,7 @@ sub _send_client_hello {
## ClientHello
# client_version
- push @buf, 3, 3;
+ push @buf, 3, 2;
# random
my $time = time;
push @buf, (($time>>24) & 0xFF);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment