Home
last modified time | relevance | path

Searched refs:use_tls (Results 1 – 3 of 3) sorted by relevance

/tonic/interop/src/bin/
H A Dserver.rs7 use_tls: bool, field
14 use_tls: pargs.contains("--use_tls"), in parse()
29 if matches.use_tls { in main()
H A Dclient.rs8 use_tls: bool, field
16 use_tls: pargs.contains("--use_tls"), in parse()
32 let scheme = if matches.use_tls { "https" } else { "http" }; in main()
39 if matches.use_tls { in main()
/tonic/.github/workflows/
H A DCI.yml151 run: ./interop/test.sh --use_tls tls_rustls