What Cipher Suites are used with TLS 1.2 in ITMS 8.x?
ITMS 8.0 seems to be using: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256 as seen here:
ITMS 8.x
The cipher usage depends on the Windows OS version being used, and the later versions then more sophisticated algorithms are available.
SMA (Symantec Management Agent) does not select the algorithm set and does not restrict the algorithm's usage, it is relying on SCHANNEL to select the algorithm, then the client and server negotiate on the algorithm during the SSL handshake. If an algorithm is disabled in the OS then it cannot be used by ITMS. IISCrypto (https://www.nartac.com/Products/IISCrypto) is a free third-party tool that can be used to view, disable, or enable the algorithms in the OS or modify the registry where it is configured directly as shown here:
Enabling TLS 1.2 for the ITMS Management Platform Environment
An example of the Windows 10 cipher suites enabled by default and their specified priority assigned by Microsoft's Schannel Provider is described in the following Microsoft article: