File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -286,6 +286,12 @@ public void testJRFDomainAdminPortEnabled() throws Exception {
286286 domain1Map .put (
287287 "createDomainPyScript" ,
288288 "integration-tests/src/test/resources/domain-home-on-pv/create-jrfdomain-admin-port-enabled.py" );
289+ // Disables host name verification, which enables you to use the demonstration digital
290+ // certificates that are shipped with WebLogic Server.
291+ // https://docs.oracle.com/middleware/12213/wls/ADMRF/weblogicserver.htm#ADMRF202
292+ domain1Map .put (
293+ "javaOptions" ,
294+ "-Dweblogic.StdoutDebugEnabled=false -Dweblogic.security.SSL.ignoreHostnameVerification=true" );
289295
290296 // run RCU script to load db schema
291297 DBUtils .runRCU (rcuPodName , domain1Map );
You can’t perform that action at this time.
0 commit comments