aboutsummaryrefslogtreecommitdiff
path: root/https/testdata/tls_config_noAuth_noHTTP2Cipher.bad.yml
blob: 2d6723a721ce901de11f73d9d41ba734a8b5cae8 (plain)
1
2
3
4
5
6
7
8
tls_server_config :
  cert_file : "testdata/server.crt"
  key_file : "testdata/server.key"
  client_auth_type : "VerifyClientCertIfGiven"
  client_ca_file : "testdata/tls-ca-chain.pem"
  cipher_suites:
    - TLS_RSA_WITH_AES_128_CBC_SHA
  max_version: TLS12