Hi,
So I have been setting up our own instances for a couple of projects, redeployed everything since the latest stable on Friday but have hit a snag.
On ipad’s when you try to load the welcome page it just cycles round and round until Safari states the page is unavailable. IOS version is 12.4.6
The deployment is on ubuntu 18.04 and I am using the stable brance, I have even tried an untouched deployment just quick deploy with letsincrypt script run.
In the nginx log I see:
2020/03/29 22:00:41 [error] 9116#9116: *39 recv() failed (104: Connection reset by peer) while proxying and reading from upstream, client: 93.174.93.114, server: 0.0.0.0:443, upstream: “127.0.0.1:4445”, bytes from/to client:120/3615, bytes from/to upstream:3615/391
2020/03/29 22:01:06 [error] 9116#9116: *41 recv() failed (104: Connection reset by peer) while proxying and reading from upstream, client: 150.143.54.64, server: 0.0.0.0:443, upstream: “127.0.0.1:4445”, bytes from/to client:580/3662, bytes from/to upstream:3662/1097
2020/03/29 22:01:06 [error] 9116#9116: *43 recv() failed (104: Connection reset by peer) while proxying and reading from upstream, client: 150.143.54.64, server: 0.0.0.0:443, upstream: “127.0.0.1:4445”, bytes from/to client:580/520, bytes from/to upstream:520/1144
2020/03/29 22:01:06 [error] 9116#9116: *45 recv() failed (104: Connection reset by peer) while proxying and reading from upstream, client: 150.143.54.64, server: 0.0.0.0:443, upstream: “127.0.0.1:4445”, bytes from/to client:580/520, bytes from/to upstream:520/1144
2020/03/29 22:01:52 [error] 9116#9116: *47 recv() failed (104: Connection reset by peer) while proxying and reading from upstream, client: 150.143.54.64, server: 0.0.0.0:443, upstream: “127.0.0.1:4445”, bytes from/to client:580/3662, bytes from/to upstream:3662/1097
2020/03/29 22:01:52 [error] 9116#9116: *49 recv() failed (104: Connection reset by peer) while proxying and reading from upstream, client: 150.143.54.64, server: 0.0.0.0:443, upstream: “127.0.0.1:4445”, bytes from/to client:580/520, bytes from/to upstream:520/1144
2020/03/29 22:01:52 [error] 9116#9116: *51 recv() failed (104: Connection reset by peer) while proxying and reading from upstream, client: 150.143.54.64, server: 0.0.0.0:443, upstream: “127.0.0.1:4445”, bytes from/to client:580/520, bytes from/to upstream:520/1144
The server is available on https://test.assemblenow.io
Hopefully, this is something stupid I’ve missed, but with most users having ipads… Its a brick wall.
Regards
Lee