Back to Geneos FAQ

How to use the default CA bundle store for HTTPS server verification for Ubuntu and SLES platforms

HTTPS server verification.

Problem Copied

Possible Cause(s) Copied

Possible Solution(s) Copied

sudo mkdir -p /etc/pki/tls/certs
sudo ln -sf <actual_path_of_default_bundle_store> /etc/pki/tls/certs/ca-bundle.crt

The above steps are also included in the official Geneos documentation.

["Geneos"] ["FAQ"]

Was this topic helpful?