Enabling HTTPS with Xpress Insight Server
- Either:
- An X.509 SSL certificate (and intermediate chain) in PEM format for the fully qualified domain name of server where Xpress Insight Server is installed (for example,
host.company.com
, or wildcard*.company.com
) . - OpenSSL installed (or other tool able to convert PEM to PKCS12 files)
- Private key for the SSL certificate, also in PEM format
- An X.509 SSL certificate (and intermediate chain) in PEM format for the fully qualified domain name of server where Xpress Insight Server is installed (for example,
- A Java KeyStore containing an X.509 SSL certificate and its key. For more, see Create the SSL Certificate KeyStore.
These instructions are OS agnostic—The same instructions work for both Windows and Linux.
To enable https on the Xpress Insight Server:
- Configure the Xpress Insight Server to use SSL. For more, see Insight Server SSL Configuration.
- Configure the Xpress Insight Workers to use SSL. For more, see Execution Worker SSL Configuration.
- Ensure the server and workers trust their certificates. For more, see Trusting Self-Signed Certificates.
- For additional security, encrypt the configuration files. For more, see the following sections:
- Navigate to the
application.properties
files and use a suitable text editor to open them. These files are located in the <WORKER_CONFIG_DIR> and <SERVER_CONFIG_DIR>, see Important Note about this Guide. You need to edit both of them. -
Uncomment the server.http2.enabled line in the HTTP/2 configuration section:
## If you have problems with h2 or h2c, fall back to HTTP/1 by uncommenting the line below. server.http2.enabled=false
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.