You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Payara Forum
Payara reacts differently on the KeyStore definitions in the domain. xml file than GlassFish 4. 1. 2.
In GlassFish, the global JVM KeyStore definition via the -Djavax. net.ssl.keyStore option: <jvm-options>-Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/config/cipka.jks</jvm-options>
is a fallback value if the protocol's own definition is not found:
This is not the case in Payara5. If the protocol definition is incorrect (as above - relative path "config/" misses), the SSL connection is not possible at all.
Is that documented? Where can we find this information? Which of the both keyStore-definitions is to be used: the general JVM definition (javax.net.ssl.keyStore) or the local protocol definition as above, which overloads the JVM definition?