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 certificate validation? #16

Open
jkrukoff opened this issue Dec 9, 2013 · 1 comment
Open

SSL certificate validation? #16

jkrukoff opened this issue Dec 9, 2013 · 1 comment

Comments

@jkrukoff
Copy link

jkrukoff commented Dec 9, 2013

Is there a way to validate a server side SSL certificate with unirest? It looks like you delegate to urllib2 to handle all of your SSL, which AFAIK, does not do so.

May want to consider porting to urllib3 (the same foundational library requests uses) in order to get better support here.

@subnetmarco
Copy link
Member

May want to consider porting to urllib3 (the same foundational library requests uses) in order to get better support here.

this is a good one, I'll be starting working on this.

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