Replies: 1 comment
-
Please take a look at the Trouble Shooting Guide. Likely you will have to grab some logs to debug futher. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have successfully built msquic and the samples, and I have also created a certificate using the following command: openssl req -nodes -new -x509 -keyout server.key -out server.cert.
However, when I run the quicsample application, it encounters the following error:
[conn][0x130812a00] Connecting...
[conn][0x130812a00] Shut down by transport, 0x8
[conn][0x130812a00] All done.
Please show me how to fix this error.
Beta Was this translation helpful? Give feedback.
All reactions