Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

247
Views
upload failed: .\<filename.sql> to s3://<bucket-name>/<filename.sql> [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

I am trying to copy .sql file to amazon s3. But I keep getting this error message after applying following command in Command Prompt:

aws s3 cp <filename.sql> s3://<bucket-name>

error message is:

upload failed: .\<filename.sql> to s3://bucket-name/<filename.sql> [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

Can anyone please walk through this issue? I'm using Windows 10 OS.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

First of all try to run the same CLI command with key --no-verify-ssl

If it won't work then next:

Do you have the AWS_CA_BUNDLE env var set? Do you have certifi installed in your python env? (pip list | grep certifi)

$ echo $AWS_CA_BUNDLE

$ export | grep AWS_CA_BUNDLE $ pip list | grep certifi certifi (2015.9.6.2)

Certifi downgrade or removing should fix the problem.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!