On 12/9/2022 2:12 PM, Aryeh Friedman wrote:
For example the following code works against port 7 (UDP echo service)
but not against 8080 (my local tomcat):

I suspect that you are running into the fact that HTTP/3 *always* uses TLS.  It's baked into the protocol and NOT optional as with earlier HTTP versions.  As far as I know, HTTP/3 is the only version of HTTP that uses UDP transport.

Thanks,
Shawn


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to