Question

I've configured my FME Server for HTTPS and now the backupconfiguration.fmw is not running correctly

  • 1 August 2017
  • 2 replies
  • 3 views

Userlevel 3
Badge +13

I'm having trouble with the backupconfiguration task, as it doesn't run correctly. I've configured my FME Server for HTTPS and the backupconfiguration log file is still showing the unsecure url. How do i fix this?


2 replies

Badge +2

If you download the backup configuration workspace, you will see that the workspace has a HTTPCaller inside, that references the $(FME_SERVER_WEB_URL) parameter.

 

 

You can change the FME_SERVER_WEB_URL parameter value in the fmeServerConfig.txt file, so that it matches the secured URL. Then restart FME Server.

Specifically, in the recently updated FME Server 2017.1 documentation, step four has been included as part of the HTTPS configuration, for better clarification.

This step explains the modification required within the fmeServerConfig.txt file so that your FME Server is secured.

Reply