-
|
Let me first say I'm aware it needs https to be accessed outside of localhost, but I'm at a bit of a loss and would appreciate some help to find ways to diagnose the issue. I can access vaultwarden fine on the local machine(running in a freebsd proxmox VM, installed from the package from pkg) with either localhost or 127.0.0.1 on http. With all this testing, I don't really know where the issue would be. I would expect vaultwarden to throw a different error when accessing it from an unsecure connection, like how nextcloud does it, but if even the local machine gets a generic error, I assume that's either normal or there's a configuration I missed. Any idea what the issue could be? I can access vaultwarden locally, I can access websites from the VM ip and my reverse proxy is working and using https so... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Welp, as these things go, when you ask for help after hours of trying to figure out a problem, you immediately figure out the solution... I just had to change the ROCKET_ADDRESS env var to the local ip instead of 127.0.0.1 |
Beta Was this translation helpful? Give feedback.
Welp, as these things go, when you ask for help after hours of trying to figure out a problem, you immediately figure out the solution...
I just had to change the ROCKET_ADDRESS env var to the local ip instead of 127.0.0.1