diff --git a/src/SimpleClient.hs b/src/SimpleClient.hs
--- a/src/SimpleClient.hs
+++ b/src/SimpleClient.hs
@@ -42,7 +42,7 @@
     , cipher_RC4_128_SHA1
     , cipher_RSA_3DES_EDE_CBC_SHA1
     , cipher_DHE_RSA_AES128GCM_SHA256
-    , cipher_ECDHE_RSA_AES256GCM_SHA384
+    --, cipher_ECDHE_RSA_AES256GCM_SHA384
     , cipher_ECDHE_RSA_AES256CBC_SHA
     , cipher_ECDHE_RSA_AES128GCM_SHA256
     , cipher_ECDHE_ECDSA_AES128GCM_SHA256
diff --git a/tls-debug.cabal b/tls-debug.cabal
--- a/tls-debug.cabal
+++ b/tls-debug.cabal
@@ -1,5 +1,5 @@
 Name:                tls-debug
-Version:             0.4.3
+Version:             0.4.4
 Description:
    A set of program to test and debug various aspect of the TLS package.
    .
