A connection using SSL may fail with error handshake alert: unrecognized_name when the external Host is set use Server Name Identification (SNI)
If the Server Name Identification (SNI) fails, then the connection will fail with "handshake alert: unrecognized_name"
cp -a /opt/charts/vco/templates/deployment.yaml /root/vro-deployment.yaml.bak
Note: Please make sure the backup file is not in the same folder as this will cause the service deployment to fail
vi /opt/charts/vco/templates/deployment.yaml
-Djsse.enableSNIExtension=false
:wq!