Weblogic Server as Server:(Two Way SSL Communications:)-1
Weblogic Server as Server: Mozilla Firefox as the Client: 1: Weblogic Server is configured for SSL: 2: Certificate used by Weblogic Server is: ServerCert 3: Private Key used by Weblogic Server is: ServerKey 4: Trust Store used by Weblogic Server is: DemoTrust. Two Way SSL Communications: 1: Client initiates a SSL connection with the Server. 2: Server Sends its Identity Certificate to Client. 3: Client will Trust this Identity Certificate from the Server. 4: Server will ask for the Identity Certificate from the Client. 5: Client will send its own Identity certificate to the Server. 6: Server will trust the Certificate send by the Client. 7: Client will ask for a Cipher negotiation from the Server. 8: Server will confirm over a common cipher presented by the Client. 9: Handshake is successful and encrypted data will start flowing over the network. So From the above process we have to following requirements for configuring two way SSL on Weblogic Server. ...