Skip to content
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

HandshakeException: Handshake error in client (OS Error: WRONG_VERSION_NUMBER(tls_record.cc:242)) #33

Open
mattjslaton opened this issue Sep 22, 2021 · 1 comment

Comments

@mattjslaton
Copy link

I had this working, but I think something got updated either in this package or on the server I am uploading to, I am using filebase.com as my content provider, it uses S3 just like amazon and it was working about a month or so ago. I tried turning off SSL which made the error go away but the file itself did not upload to the server.

     final minio = Minio(
        endPoint: 's3.filebase.com',
        accessKey: 'REMOVED',
        secretKey: 'REMOVED',
        region: 'us-east-1',
  
      );
      var fileresult;
      try {
        fileresult = await minio.fPutObject('nimapp', filename, file.path);
      } catch (exception) {
        print(exception.toString());
        return systemMsgBad(exception.toString());
      }
@xtyxtyx
Copy link
Owner

xtyxtyx commented Jan 5, 2022

Does this problem still exist in the newest version of the package (3.3.3)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants