Hello! I wanted to post my question on forum but for both my emails the sign up form says “couldn’t sent an email”. If there is a better place to ask technical questions, please let me know. I found out that if I try to connect to various Azure services via nim using http client from the standard library on mac os, there are weird errors. So, the OS is sequoia 15.3.1, M2, arm64. The following code: let client = newHttpClient() let res = httpClient.getContent(azureServiceUrl) Will print “Connection reset by peer”, “IO error has occurred in the BIO layer” OS Error With the async client it gives ProtocolError “connection was closed before full request has been made”. Now, code compiles and runs successfully without any changes on linux/amd64 Ubuntu 22.04 (via wsl). Did anyone face something similar?