[GH-ISSUE #32] Change install instructions to use HTTPS #27

Closed
opened 2026-02-25 20:32:18 +03:00 by kerem · 1 comment
Owner

Originally created by @kmcallister on GitHub (May 23, 2013).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/32

The install instructions provide this command:

curl -sL get.ascii.io | bash

The install script is served over HTTPS, but the redirect from get.ascii.io happens in the clear. An attacker on the network could tamper with this redirect in order to run arbitrary commands on your computer.

The install instructions should use a https:// URL. If you don't already have a certificate for get.ascii.io, you can get one for free from StartSSL.

Originally created by @kmcallister on GitHub (May 23, 2013). Original GitHub issue: https://github.com/asciinema/asciinema/issues/32 The [install instructions](http://ascii.io/docs/record) provide this command: ``` curl -sL get.ascii.io | bash ``` The install script is [served over HTTPS](https://raw.github.com/sickill/ascii.io-cli/master/bin/install), but the redirect from `get.ascii.io` happens in the clear. An attacker on the network could tamper with this redirect in order to run arbitrary commands on your computer. The install instructions should use a `https://` URL. If you don't already have a certificate for `get.ascii.io`, you can get one for free from [StartSSL](http://www.startssl.com/).
kerem closed this issue 2026-02-25 20:32:19 +03:00
Author
Owner

@ku1ik commented on GitHub (Oct 6, 2013):

This is no longer an issue. The current instalation method is using pip.

<!-- gh-comment-id:25777938 --> @ku1ik commented on GitHub (Oct 6, 2013): This is no longer an issue. The current instalation method is using pip.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#27
No description provided.