mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #872] Cannot read property 'importKey' of null #617
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#617
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Etelis2019 on GitHub (Feb 22, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/872
I run bitwarden on ubuntu 18.4 aws , now I understand that I need HTTPS in order to run this on chrome or use chrome expansion.
I went to the wiki but I couldnt figure out how to make the connection HTTPS I mean, please can you direct me to a method that explains how to do SSL certification on that docker container.
sorry about the noob question
@Gasur commented on GitHub (Feb 22, 2020):
You should probably look at running a reverse proxy, especially if you run more websites. If you only use Docker, I would recommend Traefik as it is super easy to set up. Else Caddy is very user friendly too.
@Etelis2019 commented on GitHub (Feb 23, 2020):
Hey thank you so much for the reply.
I have installed Traefik, set it up using this guide https://www.digitalocean.com/community/tutorials/how-to-use-traefik-as-a-reverse-proxy-for-docker-containers-on-ubuntu-18-04
Also combined the domain I bought with the AWS dns of my server
so now I have the subdomain monitor.myserver.club running and it is SSL, and I have also bitwarden installed on the docker, but how do I combine them so the bitwarden runs through Traefik?
I really do try to understand and find but I cannot figure that out :(
@dennisgerding commented on GitHub (Feb 23, 2020):
Dear @Etelis2019, it looks like you have Traefik up and running. Good job! Now you should add the proper labels to your bitwarden container so Traefik knows what to do. You can find an example of that here. I'll also post my
docker-compose.ymlbelow so you have another example. Hope it helps!@Etelis2019 commented on GitHub (Feb 23, 2020):
Thank you so much for the detailed information you have provided.
I have used your conf changed network to web (as this is the name I gave) and ran the code, eveything worked with no errors. I entered my monitor page and saw the following: https://prnt.sc/r6fwc5 that my Host:bitwarden-rs.ubuntu.etelis.club as I run my server using AWS I went to route 53 and added bitwarden-rs.ubuntu as a subdomain https://prnt.sc/r6fw32
but now when I try to access it bitwarden-rs.ubuntu.etelis.club it wont load :(
@dennisgerding commented on GitHub (Feb 24, 2020):
Hi @Etelis2019, I use Traefik v2.1 which has complete different configuration options compared to v1.0...
But I suspect if you go to bitwarden-rs.ubuntu.etelis.club you should at least see an error from Traefik (e.g. bad gateway or not found). If you see the Traefik error I suspect the frontend or backend router is not configured properly. If you don’t see anything at all (e.g. dns error or server not found in your browser) I suspect it is because your dns settings are incorrect.
-- edit --
When I try to access bitwarden-rs.ubuntu.etelis.club I get a dns error so you probably have to check your dns settings
Hope this helps!
Dennis
@Etelis2019 commented on GitHub (Feb 24, 2020):
But I have added this on the route53 on AWS with the same DNS and also with the IPV4 adress as showen in the picture, have I done a misstake adding subdomain?
@dennisgerding commented on GitHub (Feb 24, 2020):
I have no experience in AWS so I'm afraid I can't help you with this... I'm sorry. I'm glad to help you again when this dns issue is resolved.
Sorry mate!
@Gasur commented on GitHub (Feb 24, 2020):
Do you have an internal DNS server? If the answer is "no" or "I don't know", then type nslookup bitwarden-rs.ubuntu.etelis.club. (note the dot at the end).
Anyways, the issue is that that domain is not properly configured. Post a screenshot of your DNS config, and I can take a look at it.
@Etelis2019 commented on GitHub (Feb 25, 2020):
figured eveything out! working like a champ! thank you guys!
@madereddy commented on GitHub (Mar 5, 2020):
Can you post your completed Traefik 2.1 setup file? I have 1.7 running now and need to upgrade to 2.1.
@Etelis2019 commented on GitHub (Mar 10, 2020):
I did not change =d a thing actually
@dani-garcia commented on GitHub (May 13, 2020):
Closed due to inactivity.