github.com/nats-io/nats-server/v2@v2.11.0-preview.2/server/configs/tls_empty_cipher.conf (about) 1 # Simple TLS config file 2 3 listen: 127.0.0.1:4443 4 5 tls { 6 cert_file: "./configs/certs/server.pem" 7 key_file: "./configs/certs/key.pem" 8 timeout: 2 9 10 # this should generate an error 11 cipher_suites: [ 12 ] 13 }