Files
cors-anywhere/test
Rob Wu 3c87a51664 Support NODE_TLS_REJECT_UNAUTHORIZED=0 to ignore client errors #341
Apparently `NODE_TLS_REJECT_UNAUTHORIZED` is only effective if
`rejectUnauthorized` was not overridden by the code:
85e6089c4d/lib/_tls_wrap.js (L1583-L1591)

But the underlying library does override it:
https://github.com/http-party/node-http-proxy/blob/v1.11.1/lib/http-proxy/common.js#L53-L55

Fix this by overriding the option via the library's "secure" option.
2021-03-21 23:38:32 +01:00
..
2015-05-09 11:23:27 +02:00
2015-05-05 22:37:20 +02:00
2020-05-06 23:25:17 +02:00