Ver 1.15 requires ssl for web vault

Hi,

I have bitwarden_rs running only on my home network and not really accessible through the internet, so i was good with using it on http, however after i have upgraded to ver 1.15 and i was trying to access to web vault, it is says it requires ssl.

Is there a way to disable this requirement ?? and just use http for now ??

Hello @gerootech,

Welcome to the forum.
Unfortunately no, since this is not something we can control.
It’s the browsers which are getting more restrictive about using encryption on non https enabled sites. This also would effect the older version, so it will not help going back.

Best thing would be to create a self-signed certificate.
You could try https://github.com/FiloSottile/mkcert to create one. That would be enough for home usage.

Thanks for the quick reply, however i can use other local hosted applications without SSL. Also the error attached seems to be coming from the bitwardenrs web console not from my firefox.bw_ssl_error

However i can access it using the regular Edge Browser (non Chromium) so i will look into implementing a self signed cert.

It’s has to do with the JavaScript encryption api. Chromium based browsers and since one of the latest Firefox versions do not allow the usage of the encryption api on non ssl connections.

The reason you see a bitwarden_rs message is because we changed the default error which wasn’t clear at all.

Internet Explorer does indeed work, but the latest edge on chromium based will fall.

I know this is older but I have this set up on a Synology NAS and have reverse proxy set up and a Cert from Let’s Encrypt set up for it. I have a DNS name. Everything works from the public side but am getting the same message as above about HTTP. Any other ideas that can help? I am hitting the docker container from the hostname and external port so all the plumbing to the docker seems right.

And you do connect via https?? That should just work fine.