When using the TCP listener with TLS, the port still responds to HTTP requests.
$ curl http://vault.example.com:8200
Client sent an HTTP request to an HTTPS server.
Is there any way to completely disable HTTP requests when using TLS? Our environment has some checkbox security that requires no HTTP responses…