We use an s3 client called s3express and it’s been going well until yesterday around 8PM eastern. Now we’re not able to connect to our bucket/spaces through the client, and we keep getting this as an error “: com_err:60 - SSL certificate problem: unable to get local issuer certificate”. Does anybody have any ideas on what might be going on? Thanks ahead of time!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello @prasannathuraisingam
I can recommend using another client like
s3cmd
You can check the following docs here and the mini tutorial on how to manage your spaces product with s3cmd
https://www.digitalocean.com/community/questions/how-to-manage-digitalocean-spaces-using-s3cmd
https://docs.digitalocean.com/products/spaces/reference/s3cmd/
You can check the full documentation about s3cmd using this link here:
https://www.digitalocean.com/docs/spaces/resources/s3cmd-usage/
Hope this helps!
Hello @prasannathuraisingam
Have you recently updated
s3express
? You can check the SSL settings likedisablecertvalidation
as some settings might have changed and now causing this error for you. Also, check if any recent changes have been made to your local system.Hope that this helps!