I need to be sure that the FTP requests that my Windows 10 app is making are secured with TLS1.2 because our ftp host is going to start charging more money if we use any other version.
I've tried looking at the packets with both Wire Shark and Microsoft Network Monitor, but all I can see is
ReplyMessage: Command AUTH okay; starting TLS connection.
The protocol is FTP and the port is 21.
Is there something else in a packet that will give away the TLS version?
Is there a way I can definitively tell that we're using TLS1.2?