For Workers & Pages, what is the name of the domain?
What is the error message?
SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE]
What is the issue or error you’re encountering
Estou enfrentando um problema ao tentar realizar uploads com presigned URLs em um bucket R2. As URLs são geradas corretamente usando boto3, mas ao tentar usar essas URLs para PUT (upload) de arquivos .pdf, a conexão falha com erro de handshake SSL.
What steps have you taken to resolve the issue?
Testado com:
curl via OpenSSL (Linux/WSL)
requests.put() (Python 3.10)
boto3.upload_file()
aws s3 cp
Comportamento observado:
Upload de .txt funciona
Upload de .pdf falha com handshake SSL
A falha ocorre antes do corpo do arquivo ser transmitido, ou seja, o TLS handshake não é concluído