Enable HTTPS mode
Applies to: Kyvos Reporting
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 in server.xml to match the respective certificate.
Below is a sample code that needs to be uncommented 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 a change to the server.xml file.
Copyright Kyvos, Inc. 2025. All rights reserved.