Please provide us with the following information:
- OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Linux Mint 17.3
- Versions. Please run
ng --version. If there's nothing outputted, please run
in a Terminal: node --version and paste the result here:
angular-cli: local (v1.0.0-beta.11-webpack.2, branch: master)
node: 6.2.2
os: linux x64
- Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
Try to launch ng serve with ssl:
ng serve --ssl true --ssl-key ./sslcert/privkey.pem --ssl-cert ./sslcert/fullchain.pem
- The log given by the failure. Normally this include a stack trace and some
more information.
- Mention any other details that might be useful.
My app needs access to GeoLocation services but chrome will only provide them to pages loaded over HTTPS.
Thanks! We'll be in touch soon.