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
node doesnt seem to have a hook for prompting the user if they want to accept a certificate that cant be verified. it's either strict verification or no verification.
so the user can click strict, and then if it fails, can try again without strict.
but we need an easy way for users to provide CAs for verifying certificates.
it seems there are node libraries for reading system keyrings for that purpose, and we should get one.
but it could also be possible to just pick up CAs found in ~/.zowe/zen/cas
node doesnt seem to have a hook for prompting the user if they want to accept a certificate that cant be verified. it's either strict verification or no verification.
so the user can click strict, and then if it fails, can try again without strict.
but we need an easy way for users to provide CAs for verifying certificates.
it seems there are node libraries for reading system keyrings for that purpose, and we should get one.
but it could also be possible to just pick up CAs found in ~/.zowe/zen/cas
Follow-on work to #53
The text was updated successfully, but these errors were encountered: