Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payara Blue Secure JMX Connector uses SunX509 algorithm #596

Closed
smillidge opened this issue Jan 12, 2016 · 0 comments
Closed

Payara Blue Secure JMX Connector uses SunX509 algorithm #596

smillidge opened this issue Jan 12, 2016 · 0 comments

Comments

@smillidge
Copy link
Contributor

When creating a secure JMX connector on Payara Blue with no key algorithm specified Payara Server tries to initialise the KeyFactory with the SunX509 Key algorithm rather than the IbmX509 algorithm. The key algorithm can be specified explicitly in the domain.xml via;

      <jmx-connector address="0.0.0.0" port="8686" name="system" auth-realm-name="admin-realm">
          <ssl classname="com.sun.enterprise.security.ssl.GlassfishSSLImpl" cert-nickname="s1as" key-algorithm="IbmX509"></ssl>
        </jmx-connector>

The code needs modifying so that the above step does not need to be done.

smillidge added a commit that referenced this issue Jan 15, 2016
arieki pushed a commit to arieki/Payara that referenced this issue Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant