Tls troubles with std http Client

For those interested I ended up using curl for HTTPS starting from this example and WolfSSL taking inspiration from this example and a little workaround for websockets over TCP.
tls.zig didn’t work, probably because I’m using Zig master and the lib hasn’t been updated in a few months. I didn’t look further into it because I don’t like the way it requires overriding std lib to work with the std HTTP Client.

1 Like