This page (revision-10) was last changed on 26-Nov-2021 10:22 by ibarr

This page was created on 26-Nov-2021 10:22 by ibarr

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
10 26-Nov-2021 10:22 8 KB ibarr to previous
9 26-Nov-2021 10:22 8 KB ibarr to previous | to last
8 26-Nov-2021 10:22 8 KB ibarr to previous | to last
7 26-Nov-2021 10:22 8 KB ibarr to previous | to last
6 26-Nov-2021 10:22 7 KB ibarr to previous | to last
5 26-Nov-2021 10:22 7 KB ibarr to previous | to last
4 26-Nov-2021 10:22 7 KB ibarr to previous | to last
3 26-Nov-2021 10:22 7 KB ibarr to previous | to last
2 26-Nov-2021 10:22 6 KB ibarr to previous | to last SOP.Configure SSL in WebLogic Server ==> Configure SSL in WebLogic Server
1 26-Nov-2021 10:22 6 KB ibarr to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 47 changed 2 lines
In the file explorer of MS Windows, open the server certificate from your CA and select the Certificate Path tab. \\
In the file explorer of MS Windows, open the server certificate from your CA and select the Certificate Path tab.
At line 90 removed one line
\\
At line 96 removed one line
Click on 'Advanced' and ensure the 'Use JSSE SSL' check mark is turned on.
At line 98 removed 9 lines
Select the Server Start tab \\
in the 'Arguments text area add:\\
%%prettify
{{{
-Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.1
}}}
/%
This defines the minimum protocol version to use during SSL handshake.\\
At line 112 removed one line
Ensure the lists of resources include 'cryptoj.jar' and 'wlthint3client.jar'. The 'wlfullclient.jar' should not be used.\\
At line 115 removed 4 lines
%%warning
If the rootCA is an internal certificate authority, the list of Java trusted CA's will need to be modified on the server. The Java keystore file is named 'cacerts' and is located in the security directory under JRE. IE. /usr/java/jdk1.8.0_45/jre/lib/security.
%%
At line 108 added one line