RobinLin666 commented on issue #7515:
URL: https://github.com/apache/arrow-rs/issues/7515#issuecomment-2887896059

   Thanks, but I think it should be new issue, deltalake-0.24 works for Fabric 
OneLake. But only the latest 0.25 doesn't work.
   And from the error: 
   hyper_util::client::legacy::Error(Connect, Custom { kind: Other, error: 
Custom { kind: InvalidData, error: 
InvalidCertificate(Other(OtherError(CaUsedAsEndEntity))) } }) } }) }
   
   I found the the cert of onelake has some issue, so, I changed it from 
CA:TRUE to CA:FALSE
   ```
   [ req_ext ]
   basicConstraints = CA:TRUE 
   subjectAltName = @alt_names
   ```
   but then got another issue:
   hyper_util::client::legacy::Error(Connect, Custom { kind: Other, error: 
Custom { kind: InvalidData, error: InvalidCertificate(UnknownIssuer) } }) } }) 
   
   Even I rerun `update-ca-trust` but still UnknownIssuer issue.
   I am not the expert of the ssl, any advice?
   I wonder if the issue is caused by upgrading of the rustls or hyper?
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to