mhart / kinesalite

An implementation of Amazon's Kinesis built on LevelDB
MIT License
808 stars 86 forks source link

[SSL: CERTIFICATE_VERIFY_FAILED] #24

Closed pgieser closed 8 years ago

pgieser commented 8 years ago

Since I need to use the KPL, I am trying to run kinesalite with SSL (i.e., kinesalite --ssl).

Running:

$ aws kinesis list-streams --endpoint=https://localhost:4567

gives the error:

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)

Any ideas why this may be failing, or how to debug the issue? In case it matters, I'm running OS X 10.10.5.

pgieser commented 8 years ago

Sorry, if I would have just read http://docs.aws.amazon.com/cli/latest/reference/ I would have seen that I just needed to add:

--no-verify-ssl

D'oh!