I'm hosting FME Server Engine using docker on Ubuntu (tag: 21302). When I try to use it and my Ubuntu is connected to a proxy, HTTPCaller in one of the workspaces can't make external requests resulting in:
154 2021-10-24 21:51:39 | HTTPCaller_2 (HTTPFactory): An error occurred while accessing the URL 'https://www.google.com'
155 2021-10-24 21:51:49 | HTTPCaller (HTTPFactory): 25]: HTTP transfer error: Couldn't resolve host name
156 2021-10-24 21:51:49 | HTTPCaller (HTTPFactory): m5]: Please ensure that your network connection is properly set up
157 2021-10-24 21:51:49 | HTTPCaller (HTTPFactory): p5]: No proxy settings have been entered. If you require a proxy to access external URLs, please ensure the appropriate information has been entered
How can I configure the docker FME Server Engine to use the system proxy? I saw the admin guide but it's intended for direct system installation. Are there any environment variables I can set up?
Interesting observation - I had an FME Server Engine on Windows 11 (also on docker WSL2) and it used system proxy without any issues.