Http: Support for TLSv1.3?

Created on 14 Jul 2020  路  6Comments  路  Source: dart-lang/http

I'm fairly new to Dart & Flutter.
I wanted to perforn a HTTP Request, but it failed because of a HandshakeException (HandshakeException: Handshake error in client (OS Error: TLSV1_ALERT_PROTOCOL_VERSION(tls_record.cc:587))). I use Cloudflare with TLSv1.3. When I switch the min. version of TLS to 1.2, it works just fine.
So is there basically no TLSv1.3 support at the moment?

Most helpful comment

Support for TLSv1.3 would be great.

All 6 comments

I second this. TLS 1.3 seems not to be supported by dart at the moment, not sure if it's because of dart not being configured to use the underlying library properly or the library itself not being up to date / not yet supporting tls 1.3 (I hope such is not the case though).

Support for TLSv1.3 would be great.

I need this badly for PCI compliance. :'(

We need this badly for PCI Compliance. TLS1.3 support for Dart is required.

Is dart providing support for TLS1.3 now? Coz, I am also not able to connect Socket to my server. Also, please suggest, if there are any other ways of connecting the socket to the server.

Was this page helpful?
0 / 5 - 0 ratings