Skip to main content
Question

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

  • August 1, 2017
  • 2 replies
  • 23 views

fmelizard
Safer
Forum|alt.badge.img+20

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?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

Forum|alt.badge.img+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.


  • 1 reply
  • August 1, 2017

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.