Zig cannot connect to some TLS servers #17446
Labels
bug
Observed behavior contradicts documented or intended behavior
standard library
This issue involves writing Zig code for the standard library.
Milestone
Zig Version
0.12.0-dev.800+a9b37ac63
Steps to Reproduce and Observed Behavior
Using the following file:
I get:
After some discussion on Discord (and IRC), it seems that the client does not support client certificate requests (which is used by IRC servers for authentication).
Expected Behavior
No error.
And possibly an API to set the client certificate. It is hard for me to think of a non-breaking way to do this though.
The text was updated successfully, but these errors were encountered: