aboutsummaryrefslogtreecommitdiff
path: root/https/testdata/tls_config_noAuth_wrongTLSVersion.bad.yml
blob: 51a0d6a60d556c62f676785c46dd6567dbce0f46 (plain)
1
2
3
4
5
6
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"
  min_version: TLS111