You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been following #7024 and #7202 for a while waiting for a fix, very excited when I saw it this morning. I cannot figure out how the settings are intended to be configured, however. Running "serve" with no arguments results in the above. On the other hand, if I do:
vue-cli-service serve --https
The URLS will show https, but I still get the old deprecation warning, and I cannot configure a local cert to get around browser warnings. I feel like the minimal example should work, but perhaps I am missing something.
Thank you.
The text was updated successfully, but these errors were encountered:
I reviewed #7202 after it was merged, this fix is not perfect because of devServer.server.type has not been included in the judgement expression. So I created another PR (#7222) to cover this case, it still waiting for review.
At current, if devServer.server is https or spdy, it will use https, you can try to use this option with local cert config, see if there's a workaround.
Version
5.0.7
Reproduction link
github.com
Environment info
Steps to reproduce
What is expected?
App to use HTTPS, IE:
App running at:
What is actually happening?
App does not use HTTPS
App running at:
I've been following #7024 and #7202 for a while waiting for a fix, very excited when I saw it this morning. I cannot figure out how the settings are intended to be configured, however. Running "serve" with no arguments results in the above. On the other hand, if I do:
vue-cli-service serve --https
The URLS will show https, but I still get the old deprecation warning, and I cannot configure a local cert to get around browser warnings. I feel like the minimal example should work, but perhaps I am missing something.
Thank you.
The text was updated successfully, but these errors were encountered: