Update README.md

这个提交包含在:
AJ ONeal 2014-03-07 17:56:06 -06:00
父节点 8d4108a338
当前提交 ef342cd105

查看文件

@ -32,6 +32,8 @@ cas.push(fs.readFileSync(path.join(__dirname, 'ssl', '03-cheap-ssl-site.pem')));
BAD IDEAS 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. 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 (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) 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" process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"
``` ```
Don't use solutions like
The same dissolution from the terminal would be The same dissolution from the terminal would be
```bash ```bash