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

jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 32b91bbbf2 AMBARI-26118: Fix the default SSL Ciphers of port 8440/8441 
are too weak issue #3815
32b91bbbf2 is described below

commit 32b91bbbf21b0fae56cec5432e5aa71bd91980f0
Author: zhenye zhang <[email protected]>
AuthorDate: Mon Aug 19 12:23:38 2024 +0800

    AMBARI-26118: Fix the default SSL Ciphers of port 8440/8441 are too weak 
issue #3815
---
 ambari-server/conf/unix/ambari-env.sh     | 2 +-
 ambari-server/conf/windows/ambari-env.cmd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-server/conf/unix/ambari-env.sh 
b/ambari-server/conf/unix/ambari-env.sh
index 95eb6c1a85..d080f46fc7 100644
--- a/ambari-server/conf/unix/ambari-env.sh
+++ b/ambari-server/conf/unix/ambari-env.sh
@@ -16,7 +16,7 @@
 
 
 AMBARI_PASSHPHRASE="DEV"
-export AMBARI_JVM_ARGS="$AMBARI_JVM_ARGS -Xms512m -Xmx2048m 
-XX:MaxPermSize=128m 
-Djava.security.auth.login.config=$ROOT/etc/ambari-server/conf/krb5JAASLogin.conf
 -Djava.security.krb5.conf=/etc/krb5.conf 
-Djavax.security.auth.useSubjectCredsOnly=false 
-Dcom.sun.jndi.ldap.connect.pool.protocol=\"plain ssl\" 
-Dcom.sun.jndi.ldap.connect.pool.maxsize=20 
-Dcom.sun.jndi.ldap.connect.pool.timeout=300000"
+export AMBARI_JVM_ARGS="$AMBARI_JVM_ARGS -Xms512m -Xmx2048m 
-XX:MaxPermSize=128m -Djdk.tls.ephemeralDHKeySize=2048 
-Djava.security.auth.login.config=$ROOT/etc/ambari-server/conf/krb5JAASLogin.conf
 -Djava.security.krb5.conf=/etc/krb5.conf 
-Djavax.security.auth.useSubjectCredsOnly=false 
-Dcom.sun.jndi.ldap.connect.pool.protocol=\"plain ssl\" 
-Dcom.sun.jndi.ldap.connect.pool.maxsize=20 
-Dcom.sun.jndi.ldap.connect.pool.timeout=300000"
 export PATH=$PATH:$ROOT/var/lib/ambari-server
 export PYTHONPATH=$ROOT/usr/lib/ambari-server/lib:$PYTHONPATH
 
diff --git a/ambari-server/conf/windows/ambari-env.cmd 
b/ambari-server/conf/windows/ambari-env.cmd
index 23600d4330..07dc6b1ad2 100644
--- a/ambari-server/conf/windows/ambari-env.cmd
+++ b/ambari-server/conf/windows/ambari-env.cmd
@@ -16,4 +16,4 @@ rem limitations under the License.
 
 
 set AMBARI_PASSHPHRASE=DEV
-set AMBARI_JVM_ARGS=%AMBARI_JVM_ARGS% -Xms512m -Xmx2048m 
-Djava.security.auth.login.config=conf\krb5JAASLogin.conf 
-Djava.security.krb5.conf=conf\krb5.conf 
-Djavax.security.auth.useSubjectCredsOnly=false
+set AMBARI_JVM_ARGS=%AMBARI_JVM_ARGS% -Xms512m -Xmx2048m 
-Djdk.tls.ephemeralDHKeySize=2048 
-Djava.security.auth.login.config=conf\krb5JAASLogin.conf 
-Djava.security.krb5.conf=conf\krb5.conf 
-Djavax.security.auth.useSubjectCredsOnly=false


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to