-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
docs: Update Skip SSL to mention it is insecure (no-changelog) #11935
base: master
Are you sure you want to change the base?
docs: Update Skip SSL to mention it is insecure (no-changelog) #11935
Conversation
Most people in the n8n ecosystem seem unaware that checking the "Ignore SSL Issues" is a security hazard. [The team suggests using it to unaware users](https://community.n8n.io/t/self-signed-certificate-in-certificate-chain/20709/2), but most users just won't even know what SSL is. They have no idea of the security hazards of checking this box. This PR helps at fixing this security issue by letting people who might care about security know that checking this box *is* a security issue. (Specifically, checking this box for example allows anyone on the same wifi as a running instance to steal any such credentials it may hold by doing ARP spoofing.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this
Hey @Ten0, Thanks for the PR, We have created "GHC-513" as the internal reference to get this reviewed. One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team. |
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
Test fails seem unrelated. |
@Ten0 the lint failed tests are related to your changes, Are you able to run the linter to resolve them? |
Fixes part 1 of this issue.
Looking up the forum, it looks like most people in the n8n ecosystem are unaware that checking the "Ignore SSL Issues" is a security hazard. The team suggests using it to unaware users, but most users just won't even know what SSL is.
This PR helps at fixing this security issue by letting people who might care about security know that checking this box is in fact a security issue.
(Specifically, checking "Ignore SSL issues" for example allows anyone on the same wifi as a running instance to steal any such credentials it may hold by doing ARP spoofing, and some people on the internet to steal them by doing IP spoofing or DNS spoofing.)
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)