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

doc: use single quotes in --tls-cipher-list #33709

Closed
wants to merge 1 commit into from

Commits on Jun 3, 2020

  1. doc: use single quotes in --tls-cipher-list

    Currently, running the example code will produce the following error in
    bash:
    $ node --tls-cipher-list="ECDHE-RSA-AES128-GCM-SHA256:!RC4" server.js
    bash: !RC4: event not found
    
    This commit changes the two examples to use single quotes to avoid the
    shell from trying to interpret '!' as the history command.
    danbev committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    5f0cc30 View commit details
    Browse the repository at this point in the history