Bitwarden Client - Failed to fetch

Hi
I have installed remote docker instance of BitwardenRS on a remote computer with vpn, ssh connection. When I am using browser app works correctly, when I am trying to connect with a Bitwarden client ( https://bitwarden.com/download/ ) i receive Failed to fetch + ERR_CERT_AUTHORITY_INVALID.

I am using self signed keys and certs as bellow:
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 100 -nodes

In a client I indicate the same URL as I use in a browser.
Please help to configure it propertly in order to start using client.

regards

Hello @phaladyj

We suggest to use a reverse-proxy for ssl-offloading, because reverse proxy are better in handling SSL.
Also checkout some of the updated/new wiki articles:
https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-HTTPS (Especially the Check if certificate is valid part)
https://github.com/dani-garcia/bitwarden_rs/wiki/Running-a-private-bitwarden_rs-instance-with-Let's-Encrypt-certs
https://github.com/dani-garcia/bitwarden_rs/wiki/Private-CA-and-self-signed-certs-that-work-with-Chrome