We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to run the HTTP and HTTPS servers on different ports than the standard 80 and 443?
The text was updated successfully, but these errors were encountered:
check the readme: https://github.com/therootcompany/greenlock-express.js#3-how-to-use-non-standard-ports-not-80-443
You don't. Not usually.
Let's Encrypt REQUIRES port 80 for HTTP-01 challenges.
But if you're using DNS-01 or you have a proxy in place, just use the raw node server. See these examples:
If you want to use Greenlock as a proxy, see this example:
Sorry, something went wrong.
No branches or pull requests
Is there a way to run the HTTP and HTTPS servers on different ports than the standard 80 and 443?
The text was updated successfully, but these errors were encountered: