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

Refactoring of custom SSL context #17

Closed
stklcode opened this issue Apr 10, 2018 · 0 comments
Closed

Refactoring of custom SSL context #17

stklcode opened this issue Apr 10, 2018 · 0 comments
Assignees
Milestone

Comments

@stklcode
Copy link
Owner

The connector supports the declaration of custom trusted CA certificate for the HTTPS endpoint since v0.4.0 (#2). This has been implemented storing a whole SSLContext in the connector instance.

This has several side effects, if only the CA cert is of interest, so I decided to refactor this.

Now the connector only stores the X509Certificate object and creates a SSLSocketFactory as required.

(this issue is just opened for documentation/discussion purposes, as the implementation is already done)

@stklcode stklcode added this to the 0.8 milestone Apr 10, 2018
@stklcode stklcode self-assigned this Apr 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant