-
Notifications
You must be signed in to change notification settings - Fork 382
CERTIFICATE_VERIFY_FAILED #267
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
Comments
Construct an |
Like this?
|
@duzenko - looks about right. |
I tried this and am still getting |
You might ask for help on stack overflow, or if you think there is a bug in the |
@alexfanchina |
Could you share some example code for how to tell a request object (like EDIT It's actually pretty obvious - for everyone who comes looking here: Instead of Send the |
final http = new IOClient(ioc);// userful line |
Is there any way to use badCertificateCallback with this package? I am using an api for get/post requests and it throws error "CERTIFICATE_VERIFY_FAILED" when I use http package post or get method, but when HttpClient is used with badCertificateCallback method set to true api responds properly. How can I use http package for the same request?
The way that is reminded in #14 is not available in the last versions of related package.
The text was updated successfully, but these errors were encountered: