FME Flow: 2025.1 BETA

Configuring for HTTPS

HTTPS ensures that communication between the client and server is encrypted, so that if it is intercepted, a third party cannot easily view or use the information.

If your Windows installation of FME Flow uses the Apache Tomcat web application server included with the FME Flow installer, you can configure it for HTTPS if not already done so during installation. On Linux, HTTPS is configured on the NGINX reverse proxy rather than the Apache Tomcat web application server.

Note  The task described here should be undertaken by intermediate to advanced users only. Before proceeding, consider your options for alternative solutions until you are certain you wish to proceed. For additional resources, consult the FME Community or FME Support.
  • Skill Level: Intermediate to advanced, depending on certificate type and platform.
  • Estimated Time Required: 5-10 minutes (automated), 45-60 minutes (manual).
  • Prerequisites:
    • Test jobs and services to ensure FME Flow is fully functional. For more information, see Verify the Installation
    • Familiarity with the Certificate Authority (CA) instructions from your certificate provider, particularly for generating the Certificate Signing Request (CSR).

    • (Recommended) Familiarity with your Apache Tomcat web application server's SSL configuration and certificates.
    • (Recommended) Access to the person who generates your certificates.
Note  If using Microsoft IIS Application Request Routing (ARR), refer to this FME Community article.

See Also