Hello everyone! I’m working on an http client toy project and as part of that I wrote some bindings for tlse to enable HTTPS requests. I’m no expert in cryptography, but it does seem to work so far. I figured I would share for anyone interested! It’s available in the mojo-community prefix conda channel: https://prefix.dev/channels/mojo-community/packages/mojo-tlse.
The library attempts to load the tlse dylib from your project’s default magic env directory as a fallback, but first it checks the TLSE_LIB_PATH
compilation parameter, then TLSE_LIB_PATH
environment variable for the path to the dylib.