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. For FME Server, you can use HTTPS to ensure that sensitive login information is not exposed.

To enable SSL support:

  1. Enable SSL on the Web Application Server
  2. Verify the Configuration
  3. Modify Service URLs to Use HTTPS
  4. Modify the FME Server Web URL to Use HTTPS
  5. Enable SSL on the WebSocket Server (Optional)

See Also