Hello, I'm trying to configure traffic server with ssl termination https://docs.trafficserver.apache.org/en/latest/admin/security-options.en.html
But ssl termination don't work with browsers, wget or curl, because first request is CONNECT, which is not expected in ssl port and creates log: SSLv3, TLS handshake, Client hello (1): error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol Closing connection #0 (plain http request connect is taken as Client hello message of ssl). I didn't find a way, how to redirect this message to not-ssl port or deny it. I tried to find some configuration or patch, but I didn't find any workarouds for this issue. Can you help me? Thanks. Jiri