Searched refs:no_tls (Results 1 – 4 of 4) sorted by relevance
42 my $no_tls = alldisabled(available_protocols("tls"));43 my $no_tls_below1_3 = $no_tls || (disabled("tls1_2") && !disabled("tls1_3"));85 "12-ct.conf" => $no_tls || $no_ct || $no_ec,92 "15-certstatus.conf" => $no_tls || $no_ocsp,99 "22-compression.conf" => disabled("zlib") || $no_tls,112 defined($skip{$conf}) ? $skip{$conf} : $no_tls);
334 config.no_tls = true; in main()416 if (argc - optind < (config.no_tls ? 1 : 3)) { in main()424 if (!config.no_tls) { in main()
79 bool no_tls; member
106 no_tls(false), in Config()1005 auto scheme = get_config()->no_tls ? StringRef::from_lit("http") in submit_push_promise()2107 if (!config_->no_tls) { in run()