-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support passing a custom truststore #385
base: master
Are you sure you want to change the base?
Support passing a custom truststore #385
Conversation
SSLContext.setDefault(sslContext); | ||
} catch (CertificateException | KeyStoreException | IOException | NoSuchAlgorithmException | | ||
KeyManagementException e) { | ||
System.out.println("Error occurred while loading the custom truststore: " + e.getMessage()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NipunaMadhushan Lets remove System.out.println and use a PrintStream
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed suggestions
|
Purpose
This will let the user configure a custom truststore via environment variables given below.
Fixes #384
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning