Hi,
I am attempting to communicate via SSL/TLS to the IIOP listener. I have a local Payara install, with an EAR file deployed containing a very simple EJB.
With this I can lookup and access the EJB using a simple stand-alone client app and the default 3700 IIOP listener.
I then attempted to do the same using SSL/TLS. I tried this in 2 main ways but get the same problem each time.
1) Creating a new self-signed certificate and install in the keystore/trustore using the instructions at
https://blog.payara.fish/securing-payara-server-with-custom-ssl-certificate but amending the IIOP settings to use security rather than the HTTP settings.
2) Using a fresh install of Payara and using the pre-installed s1as certificate resulted in the same error.
In the above 2 examples I was tried against both the SSL IIOP listener(3820) and the orb-listener-1(3700), after setting both up to use security and entering the correct certificate nickname, again as per the blog.
The client code is setting the following properties..
The jndi.properties file is..
The error I get is..
I attempted the above using both Payara 5.181 and 5.182.
Any help appreciated as to what I may be missing/doing wrong.
Thanks and Regards.