SSL Certificate Configuration > Enable/Disable SSL for Emailed Reports
  
Version 10.3.00P13
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
1. In the portal.properties file, find the following section and update the portal.applicationUrl to replace http with https.
Example:
#The Portal environment
portal.sessionTimeout=3600
portal.applicationUrl=https://aptareportal.mycompany.com
2. Restart the Portal service. See Starting and Stopping Portal Server Software.