mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-11 17:01:22 -07:00
We would get failures on Travis, I would think because of small TLS timeout. Increase (or set) the TLS timeout to 2 seconds in most configuration files. Update tests that relied on the original value.
18 lines
248 B
Plaintext
18 lines
248 B
Plaintext
|
|
# Simple TLS config file
|
|
|
|
port: 4443
|
|
net: apcera.me # net interface
|
|
|
|
tls {
|
|
cert_file: "./configs/certs/server.pem"
|
|
key_file: "./configs/certs/key.pem"
|
|
timeout: 2
|
|
}
|
|
|
|
authorization {
|
|
user: derek
|
|
password: buckley
|
|
timeout: 1
|
|
}
|