This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new a5f8cd6fbca Workaround openssl bug in ssl integration test
a5f8cd6fbca is described below

commit a5f8cd6fbcad594382abe991259da3883f41f7c3
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

Reply via email to