haneel-kumar commented on issue #790: URL: https://github.com/apache/arrow-java/issues/790#issuecomment-3017588676
Also @elbinpallimalilibm, just to confirm I'm planning to preparing a minimal test using only **Arrow Flight APIs**, where: - The server is started with .`useTls()` and `Location.forGrpcTls(...)`, using self-signed **certs.** - The client uses `Location.forGrpcInsecure(...)`, but explicitly calls `.useTls()`. I hope this setup will demonstrates that a TLS connection is still be established, even with an "insecure" location, due to the explicit TLS configuration. Is this the correct approach for testing the self-contained behavior you're referring to? -- 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]
