socket.io-client-dart
socket.io-client-dart copied to clipboard
how use ssl two way encipherment with https
FYI: https://github.com/rikulo/socket.io-client-dart#cannot-connect-https-server-or-self-signed-certificate-server
Maybe you could put the client certificate in that SecurityContext before invoking super.createHttpClient(context).
that's mean the App all client use same certificate?why not support setting for socekt like for dio http
The Http client only works for Flutter and DartVM, but this library supports Browser client as well.