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

Use OpenSSL instead of mbedTLS #56

Open
mkitti opened this issue Jul 17, 2023 · 2 comments
Open

Use OpenSSL instead of mbedTLS #56

mkitti opened this issue Jul 17, 2023 · 2 comments

Comments

@mkitti
Copy link

mkitti commented Jul 17, 2023

mbedTLS can occasionally be problematic. Could we document a procedure to use OpenSSL instead?

@nlw0
Copy link
Collaborator

nlw0 commented Jul 19, 2023

Hi @mkitti I'm not an expert on SSL/TLS/credentials, but I suspect this might be implemented with an alternative Credentials struct, similar to the JSONCredentials we have now. Or maybe JSONCredentials could be refactored to take different types for the private_key attribute. I suspect MbedTLS really is only used in a few points of the code, but we would have to figure out how to implement the alternative.

@mkitti
Copy link
Author

mkitti commented Jul 19, 2023

I believe there may be support in HTTP.jl already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants