Error connecting to https on Windows Server 2012 R2
Error connecting to https on Windows Server 2012 R2
Using both the built-in fetch and npm axios library, I cannot make https calls to my (admittedly old) Windows Server 2012 R2 machine.
The code works perfectly under node, but under deno I get an error: "client error (Connect): An existing connection was forcibly closed by the remote host. (os error 10054)"
On the server event log I can see that it is rejecting the connection, I assume due to not finding a tls cipher match.
Just wondering if there is anything that can be done to work around this inside deno? (ie. short of a proxy/replacing the server)