Skip to content
Discussion options

You must be logged in to vote

Hi @codycrypto, the error happens because step/step-cli does not have permission to listen on port 80, required by the http-01 challenge.

There are different solutions for that. If you're in a Linux or a macOS, you can run it with sudo. Alternatively, on a Linux, you can also add capabilities to the binary, a command like:

sudo setcap CAP_NET_BIND_SERVICE=+eip path/to/step

On windows, I don't really know, running that as administrator?

The problem can also be that there's another program running on port 80.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@codycrypto
Comment options

Answer selected by codycrypto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants