stripe-cli: Stripe connection failure with i/o timeout
Issue
I was trying to set up a local Websocket listener, but the stripe listen doesn’t work.
Expected Behavior
It should start listening.
Steps to reproduce
brew install stripe/stripe-cli/stripestripe loginstripe listen
Traceback

Environment
MacOS Catalina 10.15.4 Stripe version 1.13.11
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 21 (10 by maintainers)
Thanks. So this rules out a firewall that interferes with websocket connections.
Can you try running
curl -v https://stripe-cli.stripe.com/? (This should return a 404, but I want to check if the connection is established at least.)