I don't think it's `httpClient`-related, but I'm quite confused as to what this means.
Basically, I'm using `httpClient` to download a file: let got = newHttpClient().getContent(url) Run and I get this: net.nim(506) raiseSSLError httpclient.nim(891) newConnection Error: unhandled exception: error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure [SslError] Run What is going on? I think the issue might be with a specific _url_ \- I've tried with `http:` and `https:` but to no avail. Ideas?