Client-server encrypted communication

HTTPS communication between client software and the CLC Server is supported out of the box using a self-signed certificate. A description of how this is done is below.

Note: When upgrading in place from the CLC Genomics Server 24.x or earlier, client-server encrypted communication is not enabled out of the box. Instructions are provided later in this section for enabling client-server communication on such setups.

Logging in from a CLC Workbench is described in Logging in using SSL from the Workbench.

Connecting using the CLC Server Command Line Tools is described in Logging in using SSL from the CLC Server Command Line Tools.

The web client for an SSL-enabled CLC Server can be accessed using HTTPS and the relevant port, e.g. https://<hostname>:8443.

Client-server encrypted communication enabled out of the box using self-signed certificates

A new installation of the CLC Server supports HTTPS communication between clients and the server out of the box using a self-signed certificate that comes with the distribution. That certificate can be found at conf/clc-server-self-signed.p12, under the installation directory of the CLC Server. The Tomcat configuration file conf/server.xml contains a valid, SSL enabled Connector using this certificate, configured for port 8443.

Thus, after installing the CLC Server, client software can connect using port 8443 and communication via that connection will be encrypted.

Note however that the hostname (Common Name) in that self-signed certificate is, by default, "CLC Server". That is, it will not match the hostname of the server. A user of client software, for example, a CLC Workbench, can choose to trust the certificate despite this, but we recommend updating the certificate with a matching hostname. This is easily done using "Create a self-signed certificate" option in the HTTPS Configuration tool, which is launched by clicking on the HTTPS Configuration... button under Job processing | Server settings | SSL and certificate management.

Important notes:

Configuring HTTPS communication between client and server when upgrading in place from version 24.x or earlier

When working on a system upgraded from version 24.x or earlier to 25.x or later, on a setup where encrypted communication is not already configured between client software and the CLC Server, carry out the following steps: