Thanks very much. I:
- stopped the Endpoint (docker stack rm syncldap),
- edited docker-compose.yml
(changed image: nginx:1.3 to image: nginx:latest) - restarted the endpoint (docker stack deploy -c docker-compose.yml syncldap)
- verified that I was on v 1.17.3
Everything seems to work fine.
EDIT: Now I’m not sure. We also added a cert yesterday. The site seems to work in that it automatically switches over to https, and presents us with a login prompt. Up to yesterday I was also having an issue with it refusing to accept the username I created in LDAP – today it seems to accept that password but then I get this:
August 29, 2019 12:41:49 PM UTC
There was an unexpected error (type=Internal Server Error, status=500).
500
Please contact the operator with the above information.
I don’t seem to be able to revert to nginx image 1.3 either, since the result of that is that the site doesn’t respond at all, almost as if the cert is bad.
So I’m not sure if this is due to the nginx upgrade or not. Any debugging suggestions are welcome.