You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "janos-nyika (via GitHub)" <gi...@apache.org> on 2023/07/03 08:03:52 UTC

[GitHub] [arrow] janos-nyika opened a new issue, #36439: pyarrow's GcsFileSystem fails with "SSL peer certificate or SSH remote key was not OK"

janos-nyika opened a new issue, #36439:
URL: https://github.com/apache/arrow/issues/36439

   ### Describe the usage question you have. Please include as many useful details as  possible.
   
   
   Hi Team,
   
   I also faced this issue and could not resolve it. 
   Do you have any idea how to fix the cert path or how to disable ssl verification?
   
   Any answer would be appreciated.
   Thank you!
   
   https://stackoverflow.com/questions/76485819/pyarrows-gcsfilesystem-fails-with-ssl-peer-certificate-or-ssh-remote-key-was-n
   
   ### Component(s)
   
   Python


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] westonpace commented on issue #36439: pyarrow's GcsFileSystem fails with "SSL peer certificate or SSH remote key was not OK"

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace commented on issue #36439:
URL: https://github.com/apache/arrow/issues/36439#issuecomment-1631581652

   These appear to be two very similar but different issues.  One of these is the S3 filesystem and the other is the GCS filesystem.  Both of them are using curl under the hood which is why the error message is identical.  However, they will probably both have different ways of configuring client certificates.
   
   Can you try setting the environment variable `CURL_CA_BUNDLE` instead of `REQUESTS_CA_BUNDLE`?
   
   


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] janos-nyika commented on issue #36439: pyarrow's GcsFileSystem fails with "SSL peer certificate or SSH remote key was not OK"

Posted by "janos-nyika (via GitHub)" <gi...@apache.org>.
janos-nyika commented on issue #36439:
URL: https://github.com/apache/arrow/issues/36439#issuecomment-1618619208

   https://discuss.ray.io/t/ssl-peer-certificate-or-ssh-remote-key-was-not-ok/11091/3


-- 
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-unsubscribe@arrow.apache.org

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