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

SSL related configuration options should come from a unified location #10733

Closed
VijithaEkanayake-zz opened this issue Oct 8, 2018 · 1 comment
Labels
Team/StandardLibs All Ballerina standard libraries Type/Task

Comments

@VijithaEkanayake-zz
Copy link
Contributor

Description:

At the moment SSL related configuration records are defined locally to each package. For example, HTTP and GRPC packages use KeyStore, TrustStore records by defining as separate records. These records should come from a unique package, Maybe from the crypto package.

@ayomawdb
Copy link
Member

KeyStore, TrustStore records are available through crypto package with 0.990.3. Check: https://github.com/ballerina-platform/ballerina-lang/blob/master/stdlib/crypto/src/main/ballerina/crypto/Module.md

Relevant records should be used in HTTP / Auth and other packages to finalize on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/StandardLibs All Ballerina standard libraries Type/Task
Projects
None yet
Development

No branches or pull requests

2 participants