Getting an error with the default (OOTB) schedules/workspaces for :
-
backupConfiguration.fmw
-
JobHistoryStatisticsGathering.fmw
Both times it’s an SSL error with the HTTPCallers in those workspaces. Looks to me like they’re calling a URL based on the Windows machine name provided (gathered?) during installation.
This was not an upgrade but fresh install so I think this thread about the API version does not apply. It’s definitely calling V3.
However, after the initial install, I have switched to HTTPS and added a DNS name with a valid SSL cert. All my services - Data Download, Data Streaming, Job Submitter etc - are working fine with this new name/URL.
But the HTTPCaller still uses the FME_SERVER_WEB_URL
(FME_SERVER_WEB_URL)/fmerest/v3/migration/backup/download
which I think comes from
fmeFlowConfig
Did I miss a step when setting up HTTPS and should I have switched this entry? If not, is it safe to just put the full DNS name for my FME Server instance in the fmeFlowConfig ?
Not a huge issue with the backups, I don’t rely on them. But I’d like to get the statistics going.
Thanks