1. To enable SSL communication between ASE and ABS so that the access logs are encrypted and sent to ABS, set the value of enable_ssl to true.
    Note:

    The abs_ca_cert_path is the location of ABS AI engine’s trusted CA certificate.

    Important:

    If the field is left empty, ASE does not verify ABS AI engine’s certificate, but the communication is still encrypted.

  2. Check and open ABS ports.

    The default port for connection with ABS is 8080.

    1. To determine ABS accessibility, run the check_ports.sh script on the ASE machine.
      /opt/pingidentity/ase/util ./check_ports.sh {ABS IPv4:[port]}
    2. Input ABS host IP address and ports as arguments.