Skip to content
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

https support? #21

Closed
jkyngan opened this issue Aug 19, 2020 · 4 comments
Closed

https support? #21

jkyngan opened this issue Aug 19, 2020 · 4 comments

Comments

@jkyngan
Copy link

jkyngan commented Aug 19, 2020

currently it only load from http://.
please add https support.

@mikecao
Copy link
Collaborator

mikecao commented Aug 19, 2020

See vercel/next.js#10935

Otherwise you will need a web server that supports SSL like Nginx or Apache that proxies to Umami

@nodesocket
Copy link

You'll want to have a web server like NGINX or even easier Caddy in front of umami. Those can serve https and terminate SSL and then reverse proxy pass to umami over http.

@SoftCreatR
Copy link

@martin-ro
Copy link

@SoftCreatR thanks, that saved me some time. Works like a charm on the standard DigitalOcean LEMP droplet.

@jkyngan jkyngan closed this as completed Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants