Http package fails to read an URL #9675
Labels
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
closed-not-planned
Closed as we don't intend to take action on the reported issue
type-enhancement
A request for a change that isn't a bug
This issue was originally filed by [email protected]
This code using the HTTP package fails:
http.read('https://www.chms.edu.mx/')
The result is:
Uncaught Error: SocketIOException: RawSecureSocket error (Unexpected handshake error in client) (OS Error: errno = -8181)
Unhandled exception:
SocketIOException: RawSecureSocket error (Unexpected handshake error in client) (OS Error: errno = -8181)
0 _FutureImpl._scheduleUnhandledError.<anonymous closure> (dart:async:347:9)
1 Timer.Timer.<anonymous closure> (dart:async-patch:11:15)
2 _Timer._createTimerHandler._handleTimeout (dart:io:6031:28)
3 _Timer._createTimerHandler._handleTimeout (dart:io:6039:7)
4 _Timer._createTimerHandler.<anonymous closure> (dart:io:6047:23)
5 _ReceivePortImpl._handleMessage (dart:isolate-patch:40:92)
The text was updated successfully, but these errors were encountered: