I'm using the Foreign JNDI Provider on unsecure T3 connection to access the remote WebLogic resources on the local instance. Now I must switch to secure connection (T3S) and use two-way authentication with self-signed certificates. So far I have tried following the following:
- Enable SSL listening port on the remote admin server
- Generate keypair with Java keytool on the client and remote server
- Configure both servers to use the keystore / key
- Export self-signed certificates to opponent's trust stores (cacerts)
Next I changed the remote admin server address to use T3S protocol and the SSL port, but when I try to open the local JNDI tree view, it just hangs loading probably due the failing SSL setup.