Adherence to security standards is critical, so some required changes are being made to the Aspire distribution servers. They will be switched from HTTP (port 80) to HTTPS (port 443) in order to secure the communication channel between your Aspire server(s) and our Aspire distribution servers. In order to support this change, please complete the steps below.

Please perform these changes to avoid issues using Aspire.


Step-by-step guide

  1. Go to the <aspire-distribution>/config/ folder.
  2. Open the settings.xml file.
  3. Search for the ”<entitlementsServer>” tag,
  4. Look for “http://entitlements.searchtechnologies.com and change it to “https://entitlements.searchtechnologies.com

    After this change to your settings.xml, it should look as depicted to the right

  5. Search for the “<remoteRepositories>” tag.
  6. Look for “<url>http://repository.searchtechnologies.com/artifactory/public/</url>” and change it to “<url>https://repository.searchtechnologies.com/artifactory/public/</url>”

    After this change your settings.xml should look as depicted to the right