Skip to content

Commit

Permalink
Adds explanation of self signed certs
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Aug 2, 2015
1 parent fee93aa commit fe81e01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ The `client` object supports `delete`, `get`, `post` and `put` methods
and accepts relative and absolute URLs (so you can use URLs returned in
responses.)

## Self Signed Certs

If you need to connect to a chef server with a self signed cert, add the following to the .js file

process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"

## License

The MIT License (MIT)
Expand Down

0 comments on commit fe81e01

Please sign in to comment.