Replies: 2 comments
-
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
-
For someone looking that in the future, this 0x8 code means that the address is incorrect or unreachable. Check the -target parameter |
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
Uh oh!
There was an error while loading. Please reload this page.
-
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