From 5f52e65f4bd7d72f760af19f3d246bfcba643417 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 18 Sep 2013 12:31:30 +0200 Subject: Disable compression for openssl-connect This makes it easier to see relations in plaintext (if any). --- openssl-connect | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1