Enable / Disable SSL for emailed reports
When emailing reports, an Add a Live Link option provides the capability of having a hyperlink (View this report in the Portal) in the email to take the user directly to the Portal. In environments where SSL is enabled, a configuration change is required in the portal.properties file to ensure that this link is secure.
Linux: /opt/aptare/portalconf/portal.properties
Windows: C:\opt\aptare\portalconf\portal.properties
In the
portal.propertiesfile, find the following section and update the value portal.applicationUrl to replace http with https.Example:
#The Portal environment portal.sessionTimeout=3600 portal.applicationUrl=https://aptareportal.mycompany.com
Restart the Portal service.