Configuration the Two Way SSL Communications:
To configure the Two Way SSL. On the Admin Server Select SSL tab: Advanced options Two Way Client Cert Behaviour should be Client Cert Requested and Enforced. Save it. Now if you will can try to access the Admin Console over SSL then you will throw some SSL Handshake exception. Because of this process two way SSL, Client is also requested to submit the certificate and we have not configured any certificate for our client So, we need to configure the certificate for the Client and for that again we need the Certificates for the Client. We will be using the same CertGen utility of Weblogic Server to create the certificate. java utils.CertGen <-certfile >ClientCert <-keyfile>ClientKey <-keyfilepass> keypass Again it will create four certificates for the client. To convert the client certificate into the PKCS12 format because the browsers generally accept PKSC12 keystore format for storing certificates. Go to t...