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

Load CAs from system or .zowe folder for secure FTP connection #54

Open
1000TurquoisePogs opened this issue Oct 3, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@1000TurquoisePogs
Copy link
Member

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

@jp669844 jp669844 added the enhancement New feature or request label Oct 25, 2023
@jp669844 jp669844 changed the title Load CAs from system or .zowe folder Load CAs from system or .zowe folder for secure FTP connection Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants