1. Open the local.properties file and search for SSL properties enabled.
Verify if the path, passwords, and alias for the keystores provided are correct.
Usually, there is something not properly set with the properties below:
ssl.client.cert.path=
ssl.client.cert.pass=
ssl.client.key.pass=
ssl.client.alias=
ssl.server.cert.path=
ssl.server.cert.pass=
To verify whether these properties are causing the issue, comment out the properties, restart the VSE and try deploying the HTTPS VSM.