> ## Documentation Index
> Fetch the complete documentation index at: https://docs.futurex.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Before you start

> Outlines prerequisites and environment requirements for TLS offloading integration with Apache Tomcat.

Verify your environment meets these requirements.

## Supported hardware

* CryptoHub, `7.0.3.x` or later.

## Supported operating systems

* Linux
* Windows

## Required access

* An account on the CryptoHub with administrator permissions to deploy new services.
* Local administrator/root access on the computer where Apache Tomcat is installed.

## Network and firewall

* Allow outbound TCP port **2001**(default Host API port) from the computer running Apache Tomcat to the CryptoHub, specified by FQDN (for example, `cryptohub.example.com`) or CIDR (for example, `10.0.0.0/24`).

<Warning>
  TLS inspection or SSL proxies can break mutual TLS handshakes. Exempt the CryptoHub FQDN(s) from inspection. Configure the CryptoHub with a FQDN so the exemption applies.
</Warning>

## Other

* Apache Tomcat
  * Tomcat `9.0.x` supports **Java 8 and later**
  * Tomcat `10.1.x` requires **Java 11 and later**
  * Tomcat \`11.0.x requires **Java 17 and later**
