Hello all,
I really need your help as I feel like I’m banging my head against a brick wall. I’ve been on this task all weekend however I'm no further along. I have read countless topics on this issue but can not find the cause of my problems. I've posted on the Bitwarden_rs forums however I've had no reply and so I thought this forum may be able to help me out as my issue(s) would appear to be non-Bitwarden specific.
I have Bitwarden running in a Docker (which I downloaded, not self composed) and it has been working great, both locally and remotely. I wanted to setup 2FA and so tried to login to the vault however I get the message that; “This browser requires HTTPS to use the web vault, Check the bitwarden_rs wiki for details on how to enable it.” And so I set about reading up on everything I could find, however as I am new to all of this it is extremely difficult to make progress.
Here are some of the things I have tried;
I have added the ROCKET_TLS variable as;
{certs="/usr/syno/etc/certificate/ReverseProxy/eca2c826-6adc-4a70-897c-f3bd97110b47/fullchain.pem" , key="/usr/syno/etc/certificate/ReverseProxy/eca2c826-6adc-4a70-897c-f3bd97110b47/privkey.pem"}
However I receive an I/O error when starting Bitwarden (this is most likely because the certificate folder is not mounted).
I tried the following SSH command (as someone suggested on another forum) however it returned an error that it can’t connect;
curl -kv https://192.168.1.67:1025
I have tried to follow the following link as much as possible, however when trying to map port 80 to 443 (instead of 1025) I get a conflict error;
dani-garcia/bitwarden_rs
Lastly, the above link (Enabling-HTTPS) mentions that I need to mount the folder that the certificates are held in. I've spent the last few hours trying to mount the above certificate folder with a shared folder I set to NFS within Synology DSM. After several hours however I have found out that Synology uses a limited version of Linux, which is missing a number of binaries and may be preventing me from mounting the folder. For instance, one page (DiskStation Manager - Knowledge Base | Synology Inc.) states to run the commands;
apt update
apt install nfs-common
However I receive the following errors;
I receive the following error when I try and mount the certificate folder to my NFS shared folder that I setup in DSM;
And lastly, I have updated the /etc/exports file to allow the appropriate access rights, however that made no difference.
I have really exhausted my knowledgebase and so any assistance would be greatly appreciated.
I really need your help as I feel like I’m banging my head against a brick wall. I’ve been on this task all weekend however I'm no further along. I have read countless topics on this issue but can not find the cause of my problems. I've posted on the Bitwarden_rs forums however I've had no reply and so I thought this forum may be able to help me out as my issue(s) would appear to be non-Bitwarden specific.
I have Bitwarden running in a Docker (which I downloaded, not self composed) and it has been working great, both locally and remotely. I wanted to setup 2FA and so tried to login to the vault however I get the message that; “This browser requires HTTPS to use the web vault, Check the bitwarden_rs wiki for details on how to enable it.” And so I set about reading up on everything I could find, however as I am new to all of this it is extremely difficult to make progress.
Here are some of the things I have tried;
I have added the ROCKET_TLS variable as;
{certs="/usr/syno/etc/certificate/ReverseProxy/eca2c826-6adc-4a70-897c-f3bd97110b47/fullchain.pem" , key="/usr/syno/etc/certificate/ReverseProxy/eca2c826-6adc-4a70-897c-f3bd97110b47/privkey.pem"}
However I receive an I/O error when starting Bitwarden (this is most likely because the certificate folder is not mounted).
I tried the following SSH command (as someone suggested on another forum) however it returned an error that it can’t connect;
curl -kv https://192.168.1.67:1025
I have tried to follow the following link as much as possible, however when trying to map port 80 to 443 (instead of 1025) I get a conflict error;
dani-garcia/bitwarden_rs
Lastly, the above link (Enabling-HTTPS) mentions that I need to mount the folder that the certificates are held in. I've spent the last few hours trying to mount the above certificate folder with a shared folder I set to NFS within Synology DSM. After several hours however I have found out that Synology uses a limited version of Linux, which is missing a number of binaries and may be preventing me from mounting the folder. For instance, one page (DiskStation Manager - Knowledge Base | Synology Inc.) states to run the commands;
apt update
apt install nfs-common
However I receive the following errors;
I receive the following error when I try and mount the certificate folder to my NFS shared folder that I setup in DSM;
And lastly, I have updated the /etc/exports file to allow the appropriate access rights, however that made no difference.
I have really exhausted my knowledgebase and so any assistance would be greatly appreciated.