SSL/TLS implementation #6013
Replies: 3 comments 8 replies
-
|
@inoperable, I've converted the issue to a discussion. I'll ask our engineering team to respond. |
Beta Was this translation helpful? Give feedback.
-
|
winget relies on the OS APIs for TLS. |
Beta Was this translation helpful? Give feedback.
-
|
Out of curiosity, what are you trying to do that requires inspecting the traffic? winget doesn't care about the implementation of TLS/SSL and just uses what the OS provides natively. AFAICT from the docs, that is Schannel, which, as you say, does not support SSLKEYLOGFILE. If we know what you are trying to do, we may be able to suggest alternatives. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is the SSL/TLS part of Winget connection handling or - implementation of that, part of its OSS label or that is actually the OS part? I tried to have a SSLKEYLOGFILE and winget seems not to do what every other OSS labelled software does - compared. For example, git.exe - so, is there a OSS vs not OSS dependency list?
Beta Was this translation helpful? Give feedback.
All reactions