mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #570] icon not downloading over outgoing proxy #374
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#374
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 @kTitan on GitHub (Aug 12, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/570
Currently It looks like that my bitwarden_rs installation is not able to fetch icons, because it runs inside a restrictive network.
Outgoing connections are not allowed, only via an normal proxy.
For that I tried to set these environment variables for the docker container:
But after that I still get these errors:
I have seen that the rust lib https://github.com/seanmonstar/reqwest/releases added the support for use of system proxy in the latest release, and that you are already using it.
But I do not know how much work it would be to activate the feature inside the code.
@BlackDex commented on GitHub (Aug 12, 2019):
@kTitan I have created a pull-request for this feature. It was a small update.
I tested it and works as it should.
@kTitan commented on GitHub (Aug 12, 2019):
@BlackDex thanks for this quick pull request.
I just have seen that the
hibp_breachfunction is also not working, because it also needs the proxy.Could you add it there also? If you want I can also open an new issue for that.
@BlackDex commented on GitHub (Aug 13, 2019):
@kTitan There are some more locations where this could be needed.
the DUO auth is something i can see quicly.
@BlackDex commented on GitHub (Aug 13, 2019):
Maybe it is better for this to wait for the updated reqwest module, since that will enable the use_sys_proxy by default. But that will only be by default in the 0.10 version and currently it is at 0.9
@kTitan commented on GitHub (Aug 13, 2019):
But there is no release date scheduled for the 0.10 version if it, as far as I can see. So it will perhaps takes months/years :/
@mprasil commented on GitHub (Aug 20, 2019):
#571 was now merged, so this should be resolved.