Hi,
I am suddenly running into an SSL Connection Issue with Travis CI despite no changes to the configuration or code.
django.db.utils.OperationalError: connection failed: connection to server at “35.227.164.209”, port 5432 failed: SSL connection has been closed unexpectedly
883Found 49 test(s).
884The command “coverage run --source=$BASE_PATH $BASE_PATH/manage.py test $BASE_PATH --keepdb” exited with 1.
Here is the link to the build as well: Travis CI
It is still able to run locally, so I suspect it may be due to a recent change on Travis CI’s backend. Does anyone know how to resolve this?