Replies: 1 comment 2 replies
-
I believe you should be using |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi.
I would like to export SSLKEYLOGFILE to debug the software with Wireshark. After reading interop.cpp and interopserver.cpp and playing with them, if I understand correctly the following should be done.
-TlsSecretsSupport
;MsQuic->ConnectionOpen
the following code should be used:If the code abose is successful - we should use WriteSslKeyLogFile(SslKeyLogFile, TlsSecrets) from msquichelper.h.
However, I receive an error on MsQuic->SetParam: 0x80070057, which means
One or more arguments are invalid
.What do I miss?
Beta Was this translation helpful? Give feedback.
All reactions