What version of SSL does ArrayOS support? | |
First of all, ArrayOS doesn't support SSLv2. IE supports the TLSv1, but it doesn't use
TLSv1 to send the first Hello package, but uses the SSLv2. ArrayOS supports SSLv3 and TLSv1. When ArrayOS receives a package using the protocol version which is NOT supported, it will select the lowest version of the protocol which it supports, here it is the SSLv3. However, if IE is configured to not support this version of protocol. This will cause the IE close the connection, and the handshake will fail. |