Our corporate network is blocking https calls outbound and it seems that any call to documentDB is by default a https
call so they aren't making it through and the connection gets closed.
I am using the Node.js Azure SDK.
Is there a way to override and force it to be http
instead?