how to connect to iis server using quic protocol on Windows10

96 s 1 Reputation point
2021-06-08T02:06:14.107+00:00

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 development | Internet Information Services
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.