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

Make `--tls` option and have `--ssl` be an alias for it #588

Open
thornjad opened this issue Dec 18, 2019 · 0 comments
Open

Make `--tls` option and have `--ssl` be an alias for it #588

thornjad opened this issue Dec 18, 2019 · 0 comments

Comments

@thornjad
Copy link
Member

@thornjad thornjad commented Dec 18, 2019

A small pet peeve of mine is that the --ssl option enables TLS, not SSL. I accept that the tech world uses these related but different terms interchangeably, but I'd rather be more correct by default.

To do:

  1. Replace the existing --ssl option with --tls.
    a. Note that this enables "TLS/SSL" in the documentation so it doesn't confuse people.
    b. The short option -S could stay the same, having it stand for "Secure".
  2. Add back the --ssl option as an alias for --tls.
    a. Note in the documentation that it's an alias
    b. In the code, if ssl is specified, translate it directly into the tls option.
    c. If for some reason the user specifies both options, like --tls --no-ssl, consider --tls to be the authoritative option (i.e. allow the tls option to override ssl).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.