Port 2050 can do TLS 1.0 only
The connection on port 2050 can only be
made on TLS 1.0. The server controller has its own self-signed, MD5 certificate
which is limiting the ability to use secure TLS 1.2. MD5 certificates cannot
be used on TLS 1.2 connections.
Use OpenSSL to verify the protocol available
on the port and to view the server certificate: openssl s_client -connect
<host name>:2050
This has been reported on SPR PJONA6K3B3
Port 2050 Open To Tls 1.0 When Server
Controller Is Running, Weakening Security.