[pbs-devel] [PATCH v3 proxmox, proxmox-backup 0/3] Add support for HTTP to HTTPS redirection

Max Carrara m.carrara at proxmox.com
Tue Oct 31 19:47:02 CET 2023


This v3 updates the patch series so it applies again on master.
See v2 [0] for notable changes.

[0]: https://lists.proxmox.com/pipermail/pbs-devel/2023-July/006312.html


proxmox:

Max Carrara (2):
  rest-server: Refactor `AcceptBuilder`, provide support for optional
    TLS
  rest-server: Add `Redirector`

 proxmox-rest-server/src/connection.rs | 373 ++++++++++++++++++++------
 proxmox-rest-server/src/lib.rs        |   2 +-
 proxmox-rest-server/src/rest.rs       |  71 +++++
 3 files changed, 359 insertions(+), 87 deletions(-)


proxmox-backup:

Max Carrara (1):
  proxy: redirect HTTP requests to HTTPS

 src/bin/proxmox-backup-proxy.rs | 46 ++++++++++++++++++++++++++++-----
 1 file changed, 39 insertions(+), 7 deletions(-)

-- 
2.39.2






More information about the pbs-devel mailing list