We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f889aa commit 2983dc1Copy full SHA for 2983dc1
arrow-flight/src/bin/flight_sql_client.rs
@@ -357,7 +357,7 @@ async fn setup_client(args: ClientArgs) -> Result<FlightSqlServiceClient<Channel
357
.keep_alive_while_idle(true);
358
359
if args.tls {
360
- let tls_config = ClientTlsConfig::new();
+ let tls_config = ClientTlsConfig::new().with_enabled_roots();
361
endpoint = endpoint
362
.tls_config(tls_config)
363
.context("create TLS endpoint")?;
0 commit comments