I would like to connect to a Queue manager on Payara 5.2020.7 with SSL.
I have a .jks file for the connection.
The payara server also have a cacert.jks and a keystore.jks -D paramter.
Payara server JMS options
I can not add my queue .jks to server's jvm options because it overwrites the default one on the server.
On Weblogic I simply add this to Server start parameters and the connection works:
- Djavax.net.ssl.keyStore=/opt/oracle/config/app/ssl/MQ-CLIENT-TEST.jks
- Djavax.net.ssl.trustStore=/opt/oracle/config/app/ssl/MQ-CLIENT-TEST.jks
Can you help me?