Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signed Cert Hang #54

Closed
cavkirov opened this issue Jan 6, 2016 · 1 comment
Closed

Signed Cert Hang #54

cavkirov opened this issue Jan 6, 2016 · 1 comment

Comments

@cavkirov
Copy link

cavkirov commented Jan 6, 2016

When I get to the point (Step 4 of: python sign_csr.py --public-key user.pub domain.csr > signed.crt) where I run on a separate terminal:
sudo python -c "import .....

It ends with:
socket.error: [Errno 98] Address already in use

@diafygi
Copy link
Owner

diafygi commented Jan 13, 2016

You already have a server running on port 80. Either you need to stop that server while running the command, or you need to use the --file-based option.

@diafygi diafygi closed this as completed Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants