Reply To: Unsupported Protocol?


Latest News Forums Site technical issues and feedback Unsupported Protocol? Reply To: Unsupported Protocol?

#33567
chitlingrits
Guest

the real issue is the missing server_name() extension in the client_hello() tls handshake. the server is correctly sending a fatal level alert in response to this missing element. a browser that does not support server name indication will not provide it.

cloudflare uses sni so when it’s activated then some browsers (notably opera among others) will not work.