Getting hyper error connecting to s3
We are getting this random error (more than) occasionally:
[aws_smithy_client.hyper_ext,None:221] [WARNING] unrecognized error from Hyper. If this error should be retried, please file an issue. err=error trying to connect: bad certificate format: bad certificate format (hyper::Error(Connect, Error { code: -9808, message: "bad certificate format" }))
While pulling from "s3://"
Weird as we are using verify_ssl=False, check_hostname_ssl=False,
Hi @dioptre,
Thanks for making an issue! Have a few questions:
- Does this error error out the read or is it just logging the message out and retrying?
- Also what S3 endpoint are you using, AWS or some private endpoint?
- What OS is this happening on?
- errors out
- s3
- Mac/Darwin
thx!
@dioptre Are you using an M1 Mac? Is so can you reply with the output of the following commands (where python is the shell you used):
file $(which python3)
as well as python -m sysconfig
Hi @dioptre ! Wondering if this issue can be closed/are you still seeing this in production?