snuyanzin commented on code in PR #23961:
URL: https://github.com/apache/flink/pull/23961#discussion_r1433167209
##########
flink-end-to-end-tests/test-scripts/common_ssl.sh:
##########
@@ -67,8 +67,15 @@ function _set_conf_ssl_helper {
keytool -importcert -keystore "${ssl_dir}/node.keystore" -storepass
${password} -file "${ssl_dir}/ca.cer" -alias ca -noprompt
keytool -importcert -keystore "${ssl_dir}/node.keystore" -storepass
${password} -file "${ssl_dir}/node.cer" -alias node -noprompt
+ local additional_params
+ additional_params=""
+ if [[ "$(openssl version)" =~ OpenSSL\ 3 ]]; then
Review Comment:
am I right that in case there will be OpenSSL 4+ it will stop working?
should we have something more generic?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]