Home
last modified time | relevance | path

Searched refs:tlsConfig (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/integration-tests/
H A Dserver_tester.go76 // tlsConfig is the client side TLS configuration that is used
78 tlsConfig *tls.Config
233 var tlsConfig *tls.Config var
234 if opts.tlsConfig == nil {
235 tlsConfig = new(tls.Config)
237 tlsConfig = opts.tlsConfig.Clone()
239 tlsConfig.InsecureSkipVerify = true
241 tlsConfig.NextProtos = []string{"http/1.1"}
243 tlsConfig
[all...]
H A Dnghttpx_http2_test.go949 tlsConfig: &tls.Config{

Completed in 4 milliseconds