Browse Source

Always require client auth; client certs are optional anyway

Maciek Sakrejda 10 years ago
parent
commit
26e3999739
1 changed files with 1 additions and 1 deletions
  1. 1 1
      integration.sh

+ 1 - 1
integration.sh

@@ -17,7 +17,7 @@ function run_tests() {
 	    "client_encryption_options.enabled: true"
 	    "client_encryption_options.keystore: $keypath/.keystore"
 	    "client_encryption_options.keystore_password: cassandra"
-	    "client_encryption_options.require_client_auth: ${REQ_CLIENT_AUTH:-true}"
+	    "client_encryption_options.require_client_auth: true"
 	    "client_encryption_options.truststore: $keypath/.truststore"
 	    "client_encryption_options.truststore_password: cassandra"
 	    "concurrent_reads: 2"