This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 69102875fa Make cargo work again with Tomcat TLS
69102875fa is described below
commit 69102875fab544d794f8706dc7a0ffd424913349
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jul 3 17:04:36 2024 +0200
Make cargo work again with Tomcat TLS
---
archetype/src/main/resources/archetype-resources/fit/pom.xml | 1 -
fit/wa-reference/pom.xml | 1 -
2 files changed, 2 deletions(-)
diff --git a/archetype/src/main/resources/archetype-resources/fit/pom.xml
b/archetype/src/main/resources/archetype-resources/fit/pom.xml
index 2e569eac7e..fb2721c2fd 100644
--- a/archetype/src/main/resources/archetype-resources/fit/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/fit/pom.xml
@@ -253,7 +253,6 @@ under the License.
<cargo.servlet.port>9443</cargo.servlet.port>
<cargo.protocol>https</cargo.protocol>
<cargo.tomcat.connector.keystoreFile>${basedir}/src/test/resources/keystore.jks</cargo.tomcat.connector.keystoreFile>
-
<cargo.tomcat.connector.keystoreType>jks</cargo.tomcat.connector.keystoreType>
<cargo.tomcat.connector.keystorePass>password</cargo.tomcat.connector.keystorePass>
<cargo.tomcat.connector.keyAlias>tomcat</cargo.tomcat.connector.keyAlias>
<cargo.tomcat.connector.clientAuth>false</cargo.tomcat.connector.clientAuth>
diff --git a/fit/wa-reference/pom.xml b/fit/wa-reference/pom.xml
index 10b1408067..2794dcd592 100644
--- a/fit/wa-reference/pom.xml
+++ b/fit/wa-reference/pom.xml
@@ -238,7 +238,6 @@ under the License.
<cargo.servlet.port>9443</cargo.servlet.port>
<cargo.protocol>https</cargo.protocol>
<cargo.tomcat.connector.keystoreFile>${basedir}/src/test/resources/keystore.jks</cargo.tomcat.connector.keystoreFile>
-
<cargo.tomcat.connector.keystoreType>jks</cargo.tomcat.connector.keystoreType>
<cargo.tomcat.connector.keystorePass>password</cargo.tomcat.connector.keystorePass>
<cargo.tomcat.connector.keyAlias>tomcat</cargo.tomcat.connector.keyAlias>
<cargo.tomcat.connector.clientAuth>false</cargo.tomcat.connector.clientAuth>