h44z/wg-portal

Expose the app in port 443 (HTTPs)

rquintanab opened this issue · 2 comments

Hello,

I would like to know if it's possible to expose the application on port 443 (HTTPS) and be able to load SSL certificates. This way, Google would recognize my application as secure and allow logging in through Google. If the application is exposed on port 8888, Google tells me that it cannot trust the application and therefore does not allow logging in.
If it is possible, how should I do it?

h44z commented

You should use an external reverse proxy for that scenario. For example Traefik or Nginx.

h44z commented

you can now also specify cert_file and key_file variables to expose HTTPS directly