I have created AWS RDS proxy for python project. The RDS has been built on Postgres database. After successful connection and working, our python project gives error mentioned below.
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) SSL connection has been closed unexpectedly
I am finding the exact reason for this error.