summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xopenssl-connect1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl-connect b/openssl-connect
index af6fa9b..3fa205d 100755
--- a/openssl-connect
+++ b/openssl-connect
@@ -89,6 +89,7 @@ while read cipher; do
# It is expected that the other side closes the connection
printf "GET / HTTP/1.0\r\n\r\n" |
openssl s_client -connect "$host:$port" -ign_eof -cipher "$cipher" \
+ -no_comp \
-msg 2>&1 | s_client_client_random
done