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
I find it confusing that Payara trusts a different set of certificates from the stock JDK.
I'm curious -- why does it do this?
Thanks,
Dan
Steve Millidge
unread,
Aug 12, 2017, 1:50:01 PM8/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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
This is so you can change the contents of the truststore when creating a domain. Many operating system configurations with java installed won't allow an end user to update the jvm installed truststore and Payara needs to add certs as it uses 2 way ssl between the das and standalone instances.
Dan Fraser
unread,
Aug 15, 2017, 9:36:50 AM8/15/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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
So copying the JVM's truststore files into the payara distribution isn't a problem, as long as we're not using a separate DAS. Makes sense.
I imagine it must also modify the truststore for enable-secure-admin. Thanks for your response!