My application downloads files from Box servers (https, using URL readEntireBinaryStream and readEntireTextStream methods). Box announced that they will soon “block products and services using the TLS 1.0 encryption protocol”. What does this mean for my application - will it continue to work normally? Which version of protocol does my application use when using URL class. There is no control over it in class itself, so i guess class is using version provided by system ??
Any info on this would be great.Thx!
