tls: true in our config controls whether this server uses http or https on the listening port.
While it has been defaulting to true unconditionally for a long time, it is better to default it to the newly introduced parameter of whether or not attls is enabled.
This way, it is easier to enable attls for zss.
tls: true
in our config controls whether this server uses http or https on the listening port. While it has been defaulting to true unconditionally for a long time, it is better to default it to the newly introduced parameter of whether or not attls is enabled. This way, it is easier to enable attls for zss.