SSL Verify Error when pushing to S3 with the awscli

We are aware of an issue with pushing to S3 with the awscli.

The issue appears as the error message below:

error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed Action failed:

This is a manifestation of this bug in the certifi package.

Workaround
Downgrading to an older version of the certifi package resolves this error. To do this, add the following to your circle.yml file:

pip install certifi==2015.04.28

Has anyone ran into this recently? I will test it out later myself, but just wanted to see if this was still a known problem.