I’ve managed to deploy my app on WSL Ubuntu with HTTP.
Now I want to use HTTPS instead.
I’ve tried turning off restrictions as per https://github.com/anvil-works/anvil-runtime/blob/master/doc/getting-started.md#make-it-accessible-over-https but still face error.
What should I check/ configure next?
(anvilenv) user1@DESKTOP:~/anvil-test$ anvil-app-server --app MyTodoList --origin https://192.168.50.87.example.com
Found Anvil App Server JAR in package directory
Launching HTTPS Server on port 443
Traefik dashboard: http://localhost:35163/dashboard/
INFO[0000] Configuration loaded from flags.
INFO[2022-03-02T10:52:59+08:00] Traefik version 2.2.0 built on 2020-03-25T17:32:57Z
INFO[2022-03-02T10:52:59+08:00]
Stats collection is disabled.
Help us improve Traefik by turning this feature on :)
More details on: https://docs.traefik.io/contributing/data-collection/
2022/03/02 10:52:59 traefik.go:72: command anvil-traefik error: error while building entryPoint https: error preparing server: error opening listener: listen tcp 0.0.0.0:443: bind: permission denied
Reverse proxy exited with code 1
Runtime exiting. Shutting down Traefik.