Kinto / kinto-website

Website for the kinto ecosystem
http://www.kinto-storage.org/
2 stars 5 forks source link

SSL certificate expired for demo server #18

Closed dector closed 7 years ago

dector commented 7 years ago

Assumptions: httpie is installed in the system.

Steps to reproduce:

  1. Open tutorial on First steps page.
  2. Execute first code snippet in terminal emulator:
    $ echo '{"data": {"description": "Write a tutorial explaining Kinto", "status": "todo"}}' | \
    http POST https://kinto.dev.mozaws.net/v1/buckets/default/collections/tasks/records \
         -v --auth 'token:my-secret'

Expected result: httpie proceed request and displayed request and response information to terminal.

Actual result:

http: error: SSLError: ("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",) while doing POST request to URL: https://kinto.dev.mozaws.net/v1/buckets/default/collections/tasks/records

Reason: SSL certificate on https://kinto.dev.mozaws.net/v1/ expired few days ago.

Possible workaround: Execute httpie request with --verify no argument to skip SSL verification.

leplatrem commented 7 years ago

Thanks for reporting!

This seems to have been fixed in the mean time ;)