-
Notifications
You must be signed in to change notification settings - Fork 184
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
Ability to use self signed cert #84
Comments
FYI: dart-lang/sdk#34284 |
Socket.io for web has this options, it would be good to have it here as well.
|
@lehno you just saved me a ton of pain, thanks! |
i get error in "createHttpClient", anyone solve this ?,. |
Just change |
this solution need to import dart.io but how about flutter web? |
I would like to have the option rejectUnauthorized like web. It helps for developing using https localhost
The text was updated successfully, but these errors were encountered: