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

SSL vs. TLS consistency and clarification in documentation #6414

Merged
merged 4 commits into from Jul 10, 2019

Conversation

joelhans
Copy link
Contributor

@joelhans joelhans commented Jul 9, 2019

Summary

With TLS landing in the stable v1.16.0 release I wanted to make sure that we're being clear and as consistent as possible about the fact that we're using TLS 1.2 as the encryption protocol, not any of the obsolete SSL protocols.

The fact that "SSL" is colloquially used to refer to any encrypted web connection—it's kind of like "Kleenex" being used for any brand of tissue—complicates this a bit. In certain places I try to ease the transition with TLS/SSL, but in my opinion we should be consistent in using TLS whenever possible, as that is technically correct.

Component Name

docs

Additional Information

I've also included some grammatical/stylistic fixes to the areas relevant to TLS.

In an ideal world, any references in configuration files are changed from ssl to tls, but that's probably a huge project without any real value for the user. For example:

[stream]
    destination = host:port:SSL #old
    destination = host:port:TLS #new

@joelhans joelhans requested a review from cakrit as a code owner July 9, 2019 18:25
@cakrit
Copy link
Contributor

cakrit commented Jul 10, 2019

I'll approve when @vlvkobal and @thiagoftsm approve.

Copy link
Contributor

@thiagoftsm thiagoftsm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @joelhans , please, can you change the sentence "OpenTDSB does not by default support encrypted connections," to "OpenTDSB does not support encrypted connections,", because the previous sentence is given the idea that it is possible to configure OpenTSDB direct with support to TLS.

@joelhans
Copy link
Contributor Author

@thiagoftsm: Fixed that sentence you requested!

@joelhans joelhans merged commit 2167a4a into netdata:master Jul 10, 2019
@joelhans joelhans deleted the ssl-tls-clarification branch July 10, 2019 17:12
jackyhuang85 pushed a commit to jackyhuang85/netdata that referenced this pull request Jan 1, 2020
)

* Changed references of SSL to TLS where appropriate

* A few more tweaks on SSL->TLS

* Fixed whitespace issue from @vlvkobal

* Fixing sentence on OpenTSDB for @thiagoftsm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants