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
By using the Angular CLI's `--ssl` option, the webpack server will
auto-generate an SSL certificate at runtime. Devs will need to confirm
the self-signed certificate in their browsers in order to load the app
using `ionic serve --ssl`.
Known limitations:
* DevApp does not yet support apps on HTTPS (#3748)
* The iOS Web View does not support self-signed certificates yet
references #3305
DevApp does not accept a
scheme
/protocol
configuration, so loading the app fails due to usage ofhttp://
duringionic serve --ssl
.see also #3305
The text was updated successfully, but these errors were encountered: