Skip to content

Commit

Permalink
Merge pull request #587 from efx/patch-1
Browse files Browse the repository at this point in the history
clarify what `"secure": false` in README
  • Loading branch information
johanneswuerbach committed Jun 29, 2015
2 parents cbd7655 + e9d41e9 commit ee14b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -449,7 +449,7 @@ Simply add a `proxies` section to the `testem.json` configuration file.
```

This functionality is implemented as a *transparent proxy* hence a request to
`http://localhost:7357/api/posts.json` will be proxied to `http://localhost:4200/api/posts.json` without removing the `/api` prefix. Other available options can be found here: https://github.com/nodejitsu/node-http-proxy#options
`http://localhost:7357/api/posts.json` will be proxied to `http://localhost:4200/api/posts.json` without removing the `/api` prefix. Setting the `secure` option to false as in the above `/xmlapi` configuration block will ignore TLS certificate validation and allow tests to successfully reach that URL even if testem was launched over http. Other available options can be found here: https://github.com/nodejitsu/node-http-proxy#options

To limit the functionality to only certain content types, use "onlyContentTypes".

Expand Down

0 comments on commit ee14b35

Please sign in to comment.