adamreeve commented on PR #47219:
URL: https://github.com/apache/arrow/pull/47219#issuecomment-3138502032

   Most of the other tests have the same problem as above. The `TestS3FSHTTPS` 
tests seem to have a different but similar issue. These require using TLS and 
[set the listen address to 
`localhost`](https://github.com/adamreeve/arrow/blob/00e7c65e17f7d59f7c9954473b15b8ffae8dfd1a/cpp/src/arrow/filesystem/s3_test_util.cc#L140)
 instead of an IP. When creating a bucket, the endpoint is resolved to 
`bucket.localhost`, and then these fail with:
   ```
   failed with IOError: AWS Error NETWORK_CONNECTION during CreateBucket 
operation: curlCode: 60, SSL peer certificate or SSH remote key was not OK; 
Details: SSL: no alternative certificate subject name matches target hostname 
'bucket.localhost'
   ```
   
   In contrast, when using the standard S3 client the endpoint is resolved to 
`localhost`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to