-
Notifications
You must be signed in to change notification settings - Fork 832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setsockopt TLS_TX: Protocol not available #11651
Comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The scipt will output the path of the log file once done. Once completed please upload the output files to this Github issue. Click here for more info on logging |
The log file doesn't contain any WSL traces. Please make sure that you reproduced the issue while the log collection was running. Diagnostic information
|
I reproduced the issue |
Hi @s1111111111c. WSL doesn't have any control on what happens inside custom kernels / modules. I don't have deep knowledge of how kTLS works, but that's not something that WSL has an influence on. Closing since this issue is external. |
Windows Version
Microsoft Windows [Version 10.0.22631.3593]
WSL Version
2.1.5.0
Are you using WSL 1 or WSL 2?
Kernel Version
6.1.21.2-microsoft-standard-WSL2+
Distro Version
Ubuntu 22.04
Other Software
No response
Repro Steps
I have enabled the kTLS module (by modifying the kernel config, compiling etc ) , however even though the module is active, I cannot get the kTLS to work.
Output
setsockopt TLS_TX: Protocol not available
But the module is loaded
$ lsmod | grep tls tls 131072 0
Expected Behavior
kTLS was working
Actual Behavior
Actually doesnt work even if my kernel have module
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: