Why ConfigurationLoadCredential() throws QUIC_STATUS_NOT_SUPPORTED status? #4907
Unanswered
Purushoth24051999
asked this question in
Q&A
Replies: 0 comments
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.
-
openssl req -nodes -new -x509 -keyout server.key -out server.cert
If I use this generated files ConfigurationLoadCredential() throws QUIC_STATUS_NOT_SUPPORTED status
New-SelfSignedCertificate -DnsName $env:computername,localhost -FriendlyName MsQuic-Test -KeyUsageProperty Sign -KeyUsage DigitalSignature -CertStoreLocation cert:\CurrentUser\My -HashAlgorithm SHA256 -Provider "Microsoft Software Key Storage Provider" -KeyExportPolicy Exportable
ConfigurationLoadCredential() throws below error
0x80090331 : The client and server cannot communicate, because they do not possess a common algorithm.
Can anyone help me to identify the issue here
Beta Was this translation helpful? Give feedback.
All reactions