For now, you need to enable TLS on your server by specifying at least one TLS connection policy:
"tls_connection_policies": [{}]
I am thinking of making this the default when the server’s only listener is the HTTPS port, so that it’s not necessary to specify a TLS conn policy. What do you think?