Skip to content

Commit f4f3743

Browse files
committed
Remove debug=ssl property.
1 parent 6106b08 commit f4f3743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/history_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ fn env_vars(s3logdir: &S3LogDir) -> Vec<EnvVar> {
631631
vars.push(EnvVar {
632632
name: "SPARK_DAEMON_JAVA_OPTS".to_string(),
633633
value: Some(format!(
634-
"-Djavax.net.ssl.trustStore={STACKABLE_TRUST_STORE}/truststore.p12 -Djavax.net.ssl.trustStorePassword={STACKABLE_TLS_STORE_PASSWORD} -Djavax.net.ssl.trustStoreType=pkcs12 -Djavax.net.debug=ssl,handshake"
634+
"-Djavax.net.ssl.trustStore={STACKABLE_TRUST_STORE}/truststore.p12 -Djavax.net.ssl.trustStorePassword={STACKABLE_TLS_STORE_PASSWORD} -Djavax.net.ssl.trustStoreType=pkcs12"
635635
)),
636636
value_from: None,
637637
});

0 commit comments

Comments
 (0)