Set these properties in the phoenix.properties file:
registry.https.enabled=true
phoenix.https.enabled=true
phoenix.port=443
phoenix.ssl.keystore=C:/mypath/test-dev.jks
phoenix.ssl.keystore.password=mypassword
phoenix.ssl.keymanager.password=mypassword
Set these properties in the local.properties file :
devtest.port=443
lisa.portal.url.prefix=https://
lisa.webserver.https.enabled=true
Restart the Registry and the DevTest Portal to pick up the new values.