From ef342cd105092862235ed9a232801fd9cc120ab4 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 7 Mar 2014 17:56:06 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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