-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for the ssl options of the ng serve task #2792
Conversation
…l, --ssl-cert, and --ssl-key
@Brocco this is the second pull request with correct CLA. I could not run locally
This appear to be a local env issue which i will investigate later. Hope this works for you. |
Thanks for moving this to a new PR, merged! |
…l, --ssl-cert, and --ssl-key (angular#2792)
…l, --ssl-cert, and --ssl-key (angular#2792)
I'm running Chrome error:
Is there anyone else who's having the same problem? |
Hi ranbuch, I had the same problem a while ago. You can use |
Thank you davidbilge, I haven't found a useful flag in chrome://flags. The only flag that I thought would help is:
It's on I'm running Chrome Version 55.0.2883.75 m on Windows 10. |
Oh, I should have re-lunch chrome. It's winking for me now. Thanks! |
Okay, great :) |
@ranbuch @davidbilge what you're seeing is probably related to #3645 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Added support for running the webpack dev server in ssl mode through 'ng serve' command. The command options --ssl, --ssl-key, and --ssl-cert are used to configure the server.
This is a second attempt to submit the pull request because the first one #2089 has a broken CLA. This fixes issue #1576