Gateway Script httpGet CONNECTION RESET ERROR

Try running the Ignition service as your own OS user:

  1. Open Services
  2. Navigate to the ‘Ignition Gateway’ service
  3. Change the ‘Log On As’ to your own username. You may need to use the ‘browse’ dialog to bring in your qualified domain name correctly.

I did that without success.

A long shot, but we had issues with the URL certificate being rejected.
We had to add the URL to the java allowed access on the Gateway Java settings.
Then use the bypassCertValidation=True on the HttpGet call.

No, that didn’t help.

Was this issue resolved? I am experiencing the exact same response to the httpGet function. Also retrieving weather data. Seems to work occasionally on another machine, if executed as a timer script once per hour or so…

When using httpS
then also add these proxies. ( note the S in Dhttps)
wrapper.java.additional.10=-Dhttps.proxyHost=xx.xx.xx.xx
wrapper.java.additional.11=-Dhttps.proxyPort=xxxx