Edge Encryption system requirements

  • Release version: Zurich
  • Updated July 31, 2025
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Edge Encryption system requirements

    The Edge Encryption proxy application can be installed on servers or virtual machines running Microsoft Windows or Linux operating systems. To ensure optimal performance and compatibility, it is important to meet specific hardware, software, and network requirements. These requirements cover Java versions, proxy server configurations, supported operating systems, and database specifications for order-preserving encryption and tokenization features.

    Show full answer Show less

    Java Requirements

    • Only Java 11.0.6 or later (11.x series) is supported; Java 8 support ended with the Utah release.
    • Upgrade to Java 11 before installing the Utah version of the Edge Encryption proxy.
    • Enable AES 256-bit encryption explicitly, as Java does not allow unlimited strength keys by default.
    • OpenJDK 11 is supported by the ServiceNow AI Platform.

    Proxy Server Configuration and Supported Systems

    • Minimum hardware: 4 GB RAM per proxy server (6 GB recommended), with host machine requiring an additional 1 GB RAM for OS services.
    • CPU: Minimum 3+ GHz, 4-core CPU preferred for best performance.
    • Run multiple proxy servers behind a load balancer based on application nodes, user load, and failover needs.
    • Supports 64-bit Windows Server editions (2012, 2012-R2, 2016, 2019) and 64-bit Linux (virtual or physical machines).
    • On 64-bit Linux, install the 32-bit GNU C library (glibc.i686) for compatibility.
    • 32-bit JRE and 32-bit OS are no longer supported since the London release due to memory requirements.

    Proxy Server Version and Network Requirements

    • Keep the Edge Encryption proxy version synchronized with your ServiceNow instance major release (e.g., Tokyo) to avoid downtime and access new features.
    • The proxy server must have network connectivity to client devices and the ServiceNow instance over TCP port 443.
    • Firewall rules must allow connections between the proxy server and client devices; deployment within a DMZ may be necessary depending on network security policies.
    • The proxy server should be installed with a local or domain administrator account.

    Order-Preserving and Tokenization Database Requirements

    For enabling order-preserving encryption and tokenization, a dedicated Oracle MySQL database is required. This allows encrypted data to support comparison operations and string pattern tokenization without decryption.

    • Supported MySQL versions: 5.7 and 8.0 (versions 5.5 and 5.6 are no longer supported).
    • System requirements: 64-bit OS, 2+ GHz CPU (4-core preferred), 16 GB RAM, and SAN or RAID 10 local storage.
    • Database size depends on the number of records and record size; plan storage accordingly.
    • High availability cluster configuration is recommended for reliability.
    • If uncertain about MySQL server setup, consult MySQL documentation or support.

    You can run the Edge Encryption proxy application on servers or virtual machines that run on Microsoft Windows or Linux operating systems. For optimum performance, ensure that your configuration meets these requirements.

    Java requirements

    The host machine installing or running the Edge Encryption proxy server must maintain a supported version of Java. Current supported versions are Java 11.0.6 or later in the 11.x version series
    Note:
    Java 8 is no longer be supported as of the Utah release. Upgrade your environment with the Edge Encryption proxy to Java 11 before you attempt to install the Utah version of the Edge Encryption proxy.
    Note:
    Java does not automatically allow unlimited strength keys. You must specifically enable the use of AES 256-bit encryption.

    Support for OpenJDK

    The ServiceNow AI Platform supports OpenJDK version 11.

    Proxy server minimum configuration

    A proxy server requires this minimum configuration:
    • 4 GB of RAM per proxy server (6 GB is recommended for most deployments).

      Note:
      The proxy server host requires at least 1 GB of RAM more than the proxy server. The proxy server host needs the extra 1 GB for operating system services. For example, if you configure a proxy server to use 4 GB of RAM, you must install at least 5 GB of RAM on the proxy server host.

      Because the proxy server requires at least 4 GB of memory, 32-bit JREs and 32-bit operating systems are no longer supported starting with the London release.

    • 3 or more GHz CPU (4-core CPU preferred for optimum performance).
    • Multiple proxy servers behind a load balancer. The number of proxy servers you need depends on the number of application nodes, the number of simultaneous users, and the number of servers needed for failover. See Sizing your Edge Encryption environment for more information.
    • Ability to run concurrently with other services, depending on the server utilization and resource availability.

    Proxy server supported systems

    The following systems are supported:
    Supported System Description
    Windows Server 2012, 2012-R2, 2016, and 2019 editions
    • Virtual machines or physical hardware
    • 64-bit systems
    Linux
    • Virtual machines or physical hardware
    • 64-bit systems

    On 64-bit Linux systems, you must install the 32-bit GNU C library (glibc). The installation command for CentOS is yum install glibc.i686.

    Proxy server version requirements

    Keep your Edge Encryption proxy version in sync with your ServiceNow instance version (same major release, for example Tokyo). To eliminate downtime during the upgrade process, the Edge Encryption proxy is backwards compatible. However it is important to upgrade as soon as possible to avoid ensure users can access new features and important bug fixes.

    Proxy server connection requirements

    The proxy server that runs the Edge Encryption application must be able to communicate with machines in your network. Make sure that the proxy server has these network privileges:
    Network Privilege Description
    Firewall access Configure any firewalls between the proxy server and the client devices to allow a connection. If your network uses a DeMilitarized Zone (DMZ) to add an extra layer of security to your Local Area Network (LAN), and if your network security protocols limit port access from within the network to the DMZ, you might have to deploy a proxy server to a machine within the DMZ.
    Network access Configure each client to enable the proxy server to connect with it. If network security prevents you from configuring new machines that can connect to the clients, install the proxy server on an existing machine with connection privileges.
    Instance access Ensure that the proxy server has network access to the instance. Make sure that you configure the proxy server network to allow traffic over TCP port 443.
    Network account Install the proxy server with either a local or domain administrator.

    Order-preserving and tokenization database system requirements

    Order-preserving encryption and encryption patterns require that you configure an Oracle MySQL database for the Edge Encryption proxy server. Order-preserving encryption allows any comparison operation to be directly applied on encrypted data, without first decrypting the data. Encryption patterns let you replace string patterns with tokens (called tokenization) before they are sent to and stored in the database. Because of the size of the MySQL database, use a dedicated proxy server to run the order-preserving and tokenization database.

    The minimum database system requirements include:
    MySQL Database Requirement
    Version MySQL database versions 5.7 and 8.0
    Note:
    MySQL versions 5.5 and 5.6 are no longer tested and have reached the end of support.
    OS 64-bit systems
    CPU 2 or more GHz CPU (4-core CPU preferred for optimum performance)
    RAM 16 GB
    Disk Storage Area Network (SAN) or local storage (RAID 10 recommended)
    Size Determined by the number of potential records multiplied by the record size. See Calculate the order-preserving and tokenization database size.
    Configuration High availability cluster. If you are unsure of how to configure your MySQL server, contact MySQL for configuration information.