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
On Sat, Dec 10, 2022 at 4:59 PM Shawn Heisey wrote:
>
> 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
> TL