GitHub user A-Mongy added a comment to the discussion: Velox, GCS and cURL  | 
CURL error [77]=Problem with the SSL CA cert (path? access rights?)

@PHILO-HE, I am confused, is the S3 reference has anything to do with GCS 
buckets? 

Also, on the executor pod, this is the out of`curl -v 
https://storage.googleapis.com`, and I can see TLSv1.3 (IN), TLS handshake, 
CERT verify (15): and connection is successful
```
*   Trying 173.194.64.207:443...
* Connected to storage.googleapis.com (173.194.64.207) port 443 (#0)
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN: server accepted h2
* Server certificate:
*  subject: CN=storage.googleapis.com
*  start date: Jun  2 08:39:34 2025 GMT
*  expire date: Aug 25 08:39:33 2025 GMT
*  issuer: C=US; O=Google Trust Services; CN=WE2
*  SSL certificate verify result: unable to get local issuer certificate (20), 
continuing anyway.
* using HTTP/2
* h2h3 [:method: GET]
* h2h3 [:path: /]
* h2h3 [:scheme: https]
* h2h3 [:authority: storage.googleapis.com]
* h2h3 [user-agent: curl/7.88.1]
* h2h3 [accept: */*]
* Using Stream ID: 1 (easy handle 0x5762cb18e780)
> GET / HTTP/2
> Host: storage.googleapis.com
> user-agent: curl/7.88.1
> accept: */*
> 
< HTTP/2 400 
< content-type: application/xml; charset=UTF-8
< x-guploader-uploadid: 
ABgVH8-mL3I67FxOb9izaMRMV4DNstOyH3lpX9pzsAYWM0fhHTdIFdE0iGAmiCaM4q6ow-0
< content-length: 181
< date: Thu, 19 Jun 2025 10:12:56 GMT
< expires: Thu, 19 Jun 2025 10:12:56 GMT
< cache-control: private, max-age=0
< server: UploadServer
< 
* Connection #0 to host storage.googleapis.com left intact
```

GitHub link: 
https://github.com/apache/incubator-gluten/discussions/9946#discussioncomment-13518806

----
This is an automatically sent email for commits@gluten.apache.org.
To unsubscribe, please send an email to: commits-unsubscr...@gluten.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org

Reply via email to