I have a Daemon running on Ubuntu, uses TXData with an Indy server. Running Apache, but Indy is HTTP, so I have Apache set up to proxy requests. All works, but.. I can run n api 5, 10 15 times, and then hit a 502 or 053 error.. next call works again.. Totally intermittent. Ideally I would like to have Indy https, but as yet have been unable to get that to work (Has anyone Done this?)So my next experiment is to run this on a new server but using nginx instead.The daemon loads no problem, but when I try and access any of my API, the paths seems to be misinterpeted or something. My logs show I am getting into the deamon, but then keep getting a 404 on the API.(This is also using a Proxy, with the identical daemon as on Apache.. so nginix is handling the proxies differently it seems.This is an absolute critical issue as we are unable to use this in for any production client, because of the continuous API failures.Any help or ideas would be most appreciatedCheers
↧