Answers for "WRONG_VERSION_NUMBER(tls_record.cc:242)))"

0

WRONG_VERSION_NUMBER(tls_record.cc:242)))

If you are in flutter, just change your requests from https to http 
(assuming you dont need a secure connection)
and enable http conections in the android manifest
with this line 

android:usesCleartextTraffic="true"

inside the application tag
Posted by: Guest on December-17-2020

Browse Popular Code Answers by Language