question

96s-0907 avatar image
0 Votes"
96s-0907 asked 96s-0907 commented

how to connect to iis server using quic protocol on Windows10

The whole procedure how my iis server was configured was on
https://answers.microsoft.com/zh-hans/windows/forum/windows_10-hardware/windows10/4e2a1370-30ba-4bf4-a460-98664a0172ef

TLDR: I configure an iis server and bind https with default config,but I can't connect to it using quic protocol.The code I use was the "sample" tool provided in https://github.com/microsoft/msquic,with its client feature,port 443. But when I run the "sample" tool's server feature on the target machine,and connect to it using the client feature on another machine,it works.

Question: Does iis server support quic protocol on 443 port by default,if not how can I connect to the iis server using quic?

windows-server-iis
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

You cannot. IIS 10/HTTP.sys does not yet support QUIC or HTTP/3 on server side.

1 Vote 1 ·

@96s-0907 Li has already answered the same question on stackoverflow: how to connect iis using quic protocol on Windows10.

1 Vote 1 ·

I see,thank you guys for the answer.

0 Votes 0 ·

0 Answers