Solution
According
to your business needs, you may choose one of the next two
options:
- Disable the SSL verification per each node handled in
the Management Console
- Create again the server certificates, ensuring these are properly set.
To
disable the SSL verification per each node handled in the Management
Console (option #1), follow the next steps:
1.
Open the Management console, go to Domain
Structure >
Environment > Servers.
2.
Select each node (including management node) and go to the SSL
tab located in the Configuration
tab.

3.
Open the Advanced
tag and select None
in the option Hostname
Verification.

4.
Finally, after the configuration was applied to all servers, restart
the management servers in order to apply the changes, then start each
of the nodes.
To
create again the server certificates to ensure a proper configuration (option #2),
follow the next steps:
1.
Execute the following script according to your Operative System in
order to configure the environment variables in Oracle Weblogic
Classpath
<WEBLOGIC_HOME>\wlserver_12.1\server\bin\setWLSEnv.cmd
2.
Backup the Demoidentity.jks keystore located in
<WEBLOGIC_HOME>\wlserver_12.1\server\lib\DemoIdentity.jks
3.
Generate the private key of the keystore using the following command:
java utils.CertGen -cn
-keyfilepass DemoIdentityPassPhrase -certfile
newcert -keyfile newkey
4.
Import the generated key in the Demoidentity.jks using the following
command:
java utils.ImportPrivateKey
-keystore DemoIdentity.jks -storepass
DemoIdentityKeyStorePassPhrase -keyfile newkey.pem -keyfilepass
DemoIdentityPassPhrase -certfile newcert.pem -alias demoidentity
5.
Finally, Restart he management node if you performed the procedure
above in the Demoidentity.jks folder. Otherwise, replace the folder and
restart the management node.
|