minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
78 stars 50 forks source link

Accept SSL cert as an argument in awscli functional tests #221

Closed ebozduman closed 6 years ago

ebozduman commented 6 years ago

awscli test ran against the latest minio release, minio.RELEASE.2017-11-15T22-20-02Z, fails with the following error message:

{
  "name": "awscli",
  "duration": 11767,
  "function": "make_bucket\n",
  "status": "FAIL",
  "error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)"
}

We need to support self-signed certificates.

deekoder commented 6 years ago

Not clear on whether we need this still. Let's discuss about this.

deekoder commented 6 years ago

I believe we dont need this anymore. Closing as won't fix. Please re-open if i am mistaken about this.