You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The validation assumes that the protocol is always safkeyring. It is not true since Java 11, it should allow at least safkeyringjce. Anyway, there are also other types, so the proper validation should be like ^safkeyring[a-z]*:\/\/.
There are workarounds:
disable validation
use systems environment such as SERVER_SSL_KEYRING to provide the correct value
change start.sh script
The text was updated successfully, but these errors were encountered:
I confirm that zss and app-server both tolerate safkeyring.*
zss checks for "safkeyring.*://"
app-server checks for "safkeyring.*"
So, a schema change here and use of java 11 names wont break them
zowe-install-packaging/schemas/zowe-yaml-schema.json
Line 807 in 07b929e
The validation assumes that the protocol is always
safkeyring
. It is not true since Java 11, it should allow at leastsafkeyringjce
. Anyway, there are also other types, so the proper validation should be like^safkeyring[a-z]*:\/\/.
There are workarounds:
The text was updated successfully, but these errors were encountered: