Update README.md

Cette révision appartient à :
AJ ONeal 2014-03-07 17:56:06 -06:00
Parent 8d4108a338
révision ef342cd105

Voir le fichier

@ -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