-
Notifications
You must be signed in to change notification settings - Fork 1.7k
HTTP package: need a way to accept bad certificates #17173
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
This comment was originally written by [email protected] If this was triaged, I don't see where. |
In dart.io the HttpClient have a callback to handle bad certificates, e.g. import 'dart:io'; void main(List<String> args) { |
Issue #20832 has been merged into this issue. |
This issue has been moved to dart-lang/http#14. |
This issue was originally filed by [email protected]
I'm trying to read URIs such as http://devblog.paypal.com/feed/ that lead to a bad certificate exception.
Can we add a callback to handle bad certificates in the HTTP package? For .get, .read, etc.?
Simplest reproduce step is: http.read('http://devblog.paypal.com/feed/');
The text was updated successfully, but these errors were encountered: