Files
nats-server/server
Ivan Kozlovic ffccc2e1bd [FIXED] TLS: default ciphers not set when tls enabled from command line
If running the server with command lines:
```
nats-server --tlsverify --tlscert "cert.pem" --tlskey "key.pem"
```
the default ciphers would not be set, however, they would using this
equivalent config:
```
tls: {
   verify: true
   cert_file: "cert.pem"
   key_file: "key.pem"
}
```

Reported by @DavidSimner

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-04-29 12:50:23 -06:00
..
2020-05-19 14:15:11 -07:00
2021-04-09 15:18:06 -07:00
2021-04-22 11:14:09 -06:00
2020-02-25 19:53:09 -05:00
2021-04-09 14:58:35 -07:00
2021-04-10 12:46:31 -07:00
2021-04-22 12:47:21 -04:00
2020-11-17 18:57:45 +00:00
2021-04-09 15:18:06 -07:00
2021-04-22 12:47:21 -04:00
2021-01-14 01:14:52 -08:00
2021-01-14 01:14:52 -08:00
2019-05-06 15:41:38 -07:00
2021-04-19 11:43:43 -07:00
2020-06-12 10:03:47 -06:00
2021-04-22 12:47:21 -04:00
2018-10-06 14:06:14 -07:00
2019-11-14 20:05:32 -07:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2021-04-12 10:17:13 -07:00
2019-12-12 11:58:24 -07:00
2021-02-23 10:57:00 -08:00
2021-04-15 09:16:02 -07:00