AWS - "Failed to get bucket name" when running git aws.push

I have a Django application and I use AWS servers to host the application. I used to do

git add .
git commit -m 'made changes'
git aws.push

and it worked perfectly. Suddenly I did it again after a few weeks, and now he says

Error: Failed to get the Amazon S3 bucket name

. When i do

eb status

it says

routines: SSL3_GET_SERVER_CERTIFICATE: certificate verify failed

Why does this give me these errors when it worked perfectly fine a few weeks ago? I have never changed my IAM user password. Does it automatically change? Since I still have the credential file when I created the IAM user, and the password in this file is the same password that I use.

Is there an error log where I can get more information to debug this problem?

+4
1

, eb. API , Python ( Python 3). pip install awsebcli --upgrade , Amazon , Boto .

+1

All Articles