achmelo
achmelo
The first message says that VSAM is using the NORLS option in the vsam.volume property. There are 2 options available in zowe.yaml, in case you choose RLS, this will not...
ZSS is probably using R_usermap for client cert auth https://github.com/zowe/zss/pull/584
maybe start with manifest.yaml
@ZainSidd from the logs that you have provided it looks like you have a connection issue between instances, can you provide logs from instances that are correctly registered?
@recaph your keyring definition is missing two slashes, it should be `safkeyring:////SDKSERV/SDKRING` . You also can't use `=` sign in yaml, it needs to be `enabled: true`
@1000TurquoisePogs as there is a case on zosmf, do you want to keep this issue open?
@ActionThisDay the response you are receiving when you call URL directly looks like you are sending a client certificate in the request, please verify it is not the case. I...
@NayerNajafi could you please verify that you can access Gateway service at `https://:/gateway/api/v1/auth/keys/public/current` , this is the URL that ZSS calls to retrieve JWK
@NayerNajafi do you have correct hostname among SAN names in certificate?
I don't know what is your setup. What do you mean by `I just specified SAN info in certificate.` ? Did you generate certificates using zowe scripts?