leeroybrun / glacier-vault-remove

Remove all archives stored inside an Amazon Glacier vault, even if you have a huge number of them.
379 stars 50 forks source link

ERROR : [Errno 185090050] _ssl.c:344: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib #8

Closed jeberly closed 8 years ago

jeberly commented 9 years ago

Thanks for you lib! I have been paying for Glacier vaults I don't want for months.

I am getting the following error when trying to delete my vaults. It always works on 2nd retry after 2 mins. https://gist.github.com/jeberly/4f92dd5829b13eb95bb2

Thanks in advance.

in case it matters, boto version 2.38.0, Python 2.7.6

leeroybrun commented 9 years ago

Hello,

Sorry for the delay...

Have you found a solution ?

I've checked online, and it seems that this error can occurs if you are using pyinstaller. Is it the case ? https://github.com/kennethreitz/requests/issues/557#issuecomment-6420819

Or maybe certifi is not installed. Can you please try to install it with pip install certifi ? https://github.com/kennethreitz/requests/issues/557#issuecomment-11238323

leeroybrun commented 8 years ago

I'm closing this as I got no news... feel free to post again if you still have an error.