Question

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

  • 9 May 2018
  • 1 reply
  • 1 view

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


1 reply

Badge +6

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)

Reply