We have Web2py 2.18.5-stable running on a RHEL 7 virtual machine with python 2.7.16, nginx 1.17.1, and uwsgi 2.0.x. Although web2py applications can connect to our Informix database server using the credentials specified in the DAL for each application, on the Informix server, we are seeing these errors
15:33:58 listener-thread: err = -951: oserr = 0: errstr = web...@x.x.x.x: Incorrect password or user web...@x.x.x.x is not known on the database server.
Why would the web2py user be trying to connect to the Informix server? Could this be uwsgi trying to make a database connection?