Enable HTTPS for DevTest Portal
search cancel

Enable HTTPS for DevTest Portal

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

Release : 10.x

Component : DevTest Portal

Cause

N/A

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)

Additional Information

. Enable HTTPS and SSL between All DevTest Components Using Your Own Keystore: https://knowledge.broadcom.com/external/article?articleId=109006

. Enable HTTPS and SSL between All DevTest Components Using the DevTest Default Keystore (webreckeys.ks): https://knowledge.broadcom.com/external/article?articleId=201323