---
title: Configuring ASE to ABS encrypted communication
description: 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.
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_reference_guide:pingintelligence_configuring_ase_abs_encryped_communication
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_reference_guide/pingintelligence_configuring_ase_abs_encryped_communication.html
revdate: April 3, 2024
section_ids:
  steps: Steps
  example: Example:
---

# Configuring ASE to ABS encrypted communication

## Steps

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`.

   |   |                                                                                   |
   | - | --------------------------------------------------------------------------------- |
   |   | The `abs_ca_cert_path` is the location of ABS AI engine's trusted CA certificate. |

   |   |                                                                                                                        |
   | - | ---------------------------------------------------------------------------------------------------------------------- |
   |   | 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.

      ### Example:

      ```
      /opt/pingidentity/ase/util ./check_ports.sh {ABS IPv4:[port]}
      ```

   2. Input ABS host IP address and ports as arguments.
