Is there any way to disable ssl validation for the...
# javascript
m
Is there any way to disable ssl validation for the js browser target? when running in node we have
js("process.env.NODE_TLS_REJECT_UNAUTHORIZED = \"0\"")
but that doesnt work on browser. For karma tests ive tried adding
proxyValidateSSL: true
to the config with no luck, and without any bypass all the requests to my test/dev servers get
Copy code
Error_0: Fail to fetch
	at <global>.<unknown>(/var/folders/9j/7wpcz8nx0z71ysgvkxs93wq80000gn/T/_karma_webpack_747338/commons.js:37601)
3