Enable HTTPS for DevTest Portal Only
search cancel

Enable HTTPS for DevTest Portal Only

book

Article ID: 225515

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

By default, when DevTest Portal is started as http and can be accessed with http://localhost:1507/devtest where localhost is the hostname of the Portal server.

This article will provide configuration information to run DevTest Portal as https instead of http.

Environment

All supported DevTest releases.

Resolution

The following properties need to be set to make DevTest Portal as https.

In local.properties where Portal is running and in local.properties where the Registry is running, property lisa.portal.url.prefix=https:// needs to be set.

In Phoenix.properties, the below properties need to be set:
 
phoenix.https.enabled=true 
phoenix.ssl.keystore=${LISA_HOME}/(your keystore) 
phoenix.ssl.keystore.password=(your keystore password) 
phoenix.ssl.keymanager.password=(your keymanager password)
 
Restart both the Registry and Portal services.

Additional Information