I'm getting the following exception while I try to use AzCopy on my prod machine.
The underlying connection was closed.
Our IT department disabled SSL3,TLS1.0,TLS1.1, only enabled TLS1.2
and because the AzCopy is build with targeting .Net Framework 4.5, app is trying to use SSL3,TLS1.0(which are the default protocol for .Net Framework v4.5).
Is there anyway that I can force the app to use TLS1.2? because only this protocol is enabled on our machine
There is also one solution I think to request from AzCopy team to target >.Net Framework v4.6, because with this version TLS1.2 is added to the default protocols.