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

Providing a client certificate #37

Closed
robyoung opened this issue Feb 4, 2020 · 3 comments
Closed

Providing a client certificate #37

robyoung opened this issue Feb 4, 2020 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@robyoung
Copy link
Contributor

robyoung commented Feb 4, 2020

Are there any plans to support providing a client certificate or custom root certificates?

@lolgesten
Copy link
Contributor

@robyoung I'm going to clarify the future of ureq by updating the README soon. But in a nutshell.

I'll keep maintaining ureq as is cause there seems to be interest in a blocking simple http client. With maintaining I mean keep dependencies somewhat fresh and address any bad bugs. I will however not personally implement new features in ureq, but I do welcome PR with open arms.

The code base is extremely simple, one might even call naive. It's a good project to hack on as first learning experience in Rust. I will uphold some base line of code hygiene, but won't block a PR due to something being a bit inelegant.

@robyoung
Copy link
Contributor Author

robyoung commented Feb 4, 2020

That is really good to know and thank you for your quick response.

@robyoung
Copy link
Contributor Author

Implemented in #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants