Enable HTTPS mode
In the server.xml file (located at Kyvos Reporting <installation folder>\jakarta\conf), connector tags enable SSL against the respective certificate key. You need to configure the connector port from server.xml against the respective certificate.
Below is a sample code that needs to be un-commented from the server.xml file to configure the HTTPS port:
<!–
<Connector port=”8443″ protocol=”org.apache.coyote.http11.Http11NioProtocol”
maxThreads=”150″ SSLEnabled=”true”>
<SSLHostConfig>
<Certificate certificateKeystoreFile=”conf/.keystore”
type=”RSA” />
</SSLHostConfig>
</Connector>
–>You must restart the Web Server after making change to the server.xml file.
Configuring Secure URL Redirection
When Kyvos Reporting runs over a secure (HTTPS) URL and the IP-based URL is masked with a human-readable domain name using DNS mapping, you must configure a property to prevent errors when redirecting across multiple pages in the Portal.
Steps
Go to the Kyvos Reporting installation directory.
Navigate to:
KyvosReporting/jakarta/webapps/kyvosreporting/client/configOpen the
ReportClient_Default.propertiesfile and locate the REDIRECT_HTTPS_ONLY property.Add this property to the
ReportClient.propertiesfile.Set its value as follows:
REDIRECT_HTTPS_ONLY=TRUESave the file.
Restart Kyvos Reporting services.