Skip to main content
Question

FME Server Configured HTTPS but {logUrl} in Email Subscription still shows HTTP

  • May 9, 2018
  • 1 reply
  • 17 views

The FME Server Services all properly show HTTPS and I've already gone through and confirmed that HTTPS was properly set in the configuration files (https://docs.safe.com/fme/html/FME_Server_Documentation/Content/AdminGuide/configuring_for_https.htm)

I have an Email Subscription for Job Failures/Successes. The Email Template looks like:

<fmeblock type="optional">

 

Workspace: {workspace}

 

Repository: {repository}

 

 

FME Job ID: {id}

 

Job Status: {StatusMessage}

 

Time: {timeStarted} - {timeFinished}

 

 

Link to Log File: {logUrl}

 

 

</fmeblock>

Still getting http for the {logUrl} . Looks something like the following:

Workspace: fme_workspace.fmw

Repository: MAIN

FME Job ID: 708058

Job Status: Translation Successful

Time: Wed-09-May-2018 08:25:15 AM - Wed-09-May-2018 08:30:53 AM

Link to Log File: http://{host}:80/fmerest/v3/transformations/jobs/id/708058/log

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.

1 reply

laurawatsafe
Safer
Forum|alt.badge.img+12
  • Safer
  • 158 replies
  • May 18, 2018

Hi @susan_kvasov17,

Just to check, did you set the FME Server web url inside the fmeServerConfig.txt file? From my testing, the host used in the logUrl will come from the value set inside that file.

The instructions for updating that are under the heading Modify the FME Server Web URL to Use HTTPS on configuring for https documentation page (https://docs.safe.com/fme/html/FME_Server_Documentation/Content/AdminGuide/configuring_for_https.htm)