-
Notifications
You must be signed in to change notification settings - Fork 51
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
Location of java.security file #3876
Comments
Actually it would be even better to have possibility to override any Java properties. I'm trying to run ZOWE with keystore type JCECCARACFKS. Even when I update the global java.security file, I get following error: invalid stream header: CECECACF |
Could you describe what you're configuring in the java.security file that isn't normally configured by Zowe as part of its install/configuration? Or in the case it is defined in Zowe (e.g. we support JCECCARACFKS in Thanks! |
The list of providers in java.security file must be updated to support JCECCARACFKS: |
@rudatp What version of Java are you trying to use, and how do you configure the SAF Keyring specifically what is the first part e.g. safkeryring:// |
I'm using Java8_64. Only this version is listed as supported for ZOWE. |
I need a possibility to override the path to java.security file, to use customized version for ZOWE, without overwriting global settings
The text was updated successfully, but these errors were encountered: