diff --git a/README.md b/README.md index 9e6ec2b..cb9691e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ cas.push(fs.readFileSync(path.join(__dirname, 'ssl', '03-cheap-ssl-site.pem'))); BAD IDEAS === +Don't use dissolutions such as these. :-) + This will turn off SSL validation checking. This is not a good idea. Please do not do it. (really I'm only providing it as a reference for search engine seo so that people who are trying to figure out how to avoid doing that will end up here) @@ -40,8 +42,6 @@ to figure out how to avoid doing that will end up here) process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0" ``` -Don't use solutions like - The same dissolution from the terminal would be ```bash