mendhak / docker-http-https-echo

Docker image that echoes request data as JSON; listens on HTTP/S, useful for debugging.
https://code.mendhak.com/docker-http-https-echo/
MIT License
641 stars 140 forks source link

add TLS SNI (server name indicator) to the output #2

Closed MarcinFalkowski closed 4 years ago

MarcinFalkowski commented 4 years ago

It is useful to check if the client send correct SNI to the server.

mendhak commented 4 years ago

That looks useful, thanks. Didn't know you could show that.