The following warnings are coming up on the TIM log after enabling SSL tracing.
Warning: sslprint: Unsupported CipherSuite - 57 (TLS_DHE_RSA_WITH_AES_256_CBC_SHA)
Warning: sslinterface: network_process_packet: error 10 (unsupported ciphersuite), conn 11745060, packet 187519287, [<IPAddress>]:20843->[<IPAddress>]:2221; ignoring further data
Please explain what could be the possible reason for these warning messages.
TIM is designed for passive decryption, but Diffie-Hellman is designed so that passive decryption is impossible.
There are some known CipherSuites which THE TIM cannot decode e.g.
TIM uses the ssldecode library for its SSL decoding process. The following ciphers are supported by TIM based on testing:
TLS_RSA_WITH_RC4_128_MD5
TLS_RSA_WITH_RC4_128_SHA
TLS_RSA_WITH_AES_128_CBC_SHA
TLS_RSA_WITH_AES_256_CBC_SHA
SSL_RSA_WITH_RC4_128_MD5
SSL_RSA_WITH_RC4_128_SHA
SSL_RSA_WITH_AES_128_CBC_SHA
SSL_RSA_WITH_AES_256_CBC_SHA