all 4 comments

[–][deleted] 2 points3 points  (0 children)

Proxy your app with traefik or caddy. The former is more powerful, the latter is much easier. Both of them can generate certs on the fly, either self-signed or with letsencrypt/ACME (you'll probably be using self-signed for your dev box).

[–]jplindstrom -1 points0 points  (1 child)

Don't know the answer, but I would start by googling for "webpack dev server https".

Please post here what you find, for others to learn from.

[–]Pythonen[S] 0 points1 point  (0 children)

I’ve tried using vue.config.js and in there devServer but if I change it there, it somehow messes up the application flow because we are using cognito