mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #889] Exposing multiple ports for SSL & non-SSL #633
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#633
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 @j-mikhail on GitHub (Mar 3, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/889
Hello, I have been able to enable HTTPS without issue, though I notice bitwarden_rs will no longer accept HTTP connections on the same port afterwards, which makes sense.
Is there way to expose a second port so that you can accept HTTP and HTTPS connections on the same server? Thanks!
@dani-garcia commented on GitHub (Mar 3, 2020):
The Rocket web server we use doesn't allow exposing more than one port, if you need to have multiple ports listening, I'd recommend to use a reverse proxy, there are some basic examples on the wiki, but none specifically about listening on more than one port: https://github.com/dani-garcia/bitwarden_rs/wiki/Proxy-examples
Other than that, if you can use HTTPS, I'd heavily recommend to only use it, especially in such a security sensitive service as a password manager.