URLs must use https for localhost #6581
Replies: 3 comments 1 reply
-
|
I just solved it by temporarily allowing unverified addons and setting the extension up using an older version from bitwardens repo, then upgrading to the latest version after adding my server. |
Beta Was this translation helpful? Give feedback.
-
|
Since the clients now require HTTPS even on localhost you can enable HTTPS e.g. by using something like mkcert to generate a locally-trusted certificate. |
Beta Was this translation helpful? Give feedback.
-
|
Why it does not generate its own self signed certificates, if there are non provided? I just wanted to try it out and this suprised me and now I have to hassle and generate certs and I am lazy :D |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I set up a local vaultwarden instance as a systemd service on nixos with caddy as my reverse proxy. The reverse proxy works, since I can use bitwarden from my android phone as the client and can also visit the webvault on the machine, but when I try to connect to the instance with the browser extension on firefox using localhost, I get the error that urls must use https. I could add an exception to my dns server to not trigger rebind protection and just use the reverse proxy, but since I will carry my machine around, I would like the extension to work when I move it to other places and not have to rely on the webvault.
Any help appreciated
Beta Was this translation helpful? Give feedback.
All reactions