NPM with Vaultwarden and self signed cert won't work properly #2828
-
Hi all,
On Linux and iOS (after importing the root CA) this works flawlessly. The first problem appeared with the macOS application. Once an API call is made, I get an pop up with a pretty generic network error message. I don't know how to trace this further and decided to ignore it for now, since I am mostly on Linux and can use the web app on macOS in the meantime. In our household there's one person with an Android device, and with the official Bitwarden app I can't connect to the Vaultwarden server. Good thing is, here I can see a more verbose error message pop up:
I didn't find much information about the Then I used OpenSSL cli to check if everything is set up correctly:
Here I get the same error (although in OpenSSL and not BoringSSL) I guess, but it seems like it's working nonetheless. Ultimately I tried out the following command, forcing OpenSSL to use SNI, and no error is propagated.
Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I got it to work. I ditched NPM and started to configure a custom Nginx docker container.
|
Beta Was this translation helpful? Give feedback.
I got it to work. I ditched NPM and started to configure a custom Nginx docker container.
nginx.conf
looks like this: