Legacy Knowledge Base
Published Jul. 2, 2025

Activating a Marketplace App Through a Proxy Server

Written By

Brett Ripley

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

If a Marketplace app activation key is acquired via OrderId, the Liferay bundle will try to validate the key by accessing www.liferay.com.

This is an issue if the server requires a forward proxy to access the Internet. The Java proxy properties that would be put in JAVA_OPTS or system-ext.properties are not currently functional.

Resolution

What's needed in this case are activation key proxy properties with values that correspond to the server in question:

  • license.proxy.password
  • license.proxy.port
  • license.proxy.url
  • license.proxy.username

The properties are available for use in the portal-ext.properties file. They make it possible to activate a Marketplace app on a Liferay server that is behind a forward proxy.

Additional Information

A workaround to this is to use a activation key .xml file, which does not validate against liferay.com.

Did this article resolve your issue ?

Legacy Knowledge Base