This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch branch_9_2
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_2 by this push:
new c3c01850a87 Workaround openssl bug in ssl integration test
c3c01850a87 is described below
commit c3c01850a871512ad8e59d7c6fe9028c79283c0f
Author: Houston Putman <[email protected]>
AuthorDate: Thu Apr 6 14:44:28 2023 -0400
Workaround openssl bug in ssl integration test
---
solr/packaging/test/test_ssl.bats | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/packaging/test/test_ssl.bats
b/solr/packaging/test/test_ssl.bats
index 13ee4253928..d9e4794c3ce 100644
--- a/solr/packaging/test/test_ssl.bats
+++ b/solr/packaging/test/test_ssl.bats
@@ -36,7 +36,7 @@ teardown() {
cd "$ssl_dir"
rm -f solr-ssl.keystore.p12 solr-ssl.pem
keytool -genkeypair -alias solr-ssl -keyalg RSA -keysize 2048 -keypass
secret -storepass secret -validity 9999 -keystore solr-ssl.keystore.p12
-storetype PKCS12 -ext SAN=DNS:localhost,IP:127.0.0.1 -dname "CN=localhost,
OU=Organizational Unit, O=Organization, L=Location, ST=State, C=Country"
- openssl pkcs12 -in solr-ssl.keystore.p12 -out solr-ssl.pem -passin
pass:secret -passout pass:
+ openssl pkcs12 -in solr-ssl.keystore.p12 -out solr-ssl.pem -passin
pass:secret -passout pass:secret
)
# Set ENV_VARs so that Solr uses this keystore