We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
proxy.conf option for secure = false is not working to ignore the self signed certificate
Mac OSX El Capitan
angular-cli: 1.0.0-beta.15 node: 4.4.5 os: darwin x64
api is running at https://localhost:8443/api with self signed certificate
proxy.conf.json { "/api": { "target": "https://localhost:8443/", "secure": "false" } } run ng serve --proxy-config proxy.conf.json make a request to http://localhost:4200/api/**_something**_
proxy.conf.json
{ "/api": { "target": "https://localhost:8443/", "secure": "false" } }
run ng serve --proxy-config proxy.conf.json make a request to http://localhost:4200/api/**_something**_
[HPM] Error occurred while trying to proxy request /api/_something_ from localhost:4200 to https://localhost:8443/ (DEPTH_ZERO_SELF_SIGNED_CERT) (https://nodejs.org/api/errors.html#errors_common_system_errors)