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

Max Carrara m.carrara at proxmox.com
Tue Jul 18 15:28:31 CEST 2023


This v2 incorporates the feedback given on v1 [0] (thanks!).

Notable Changes
---------------

v1 --> v2:
  * 1/3: Instead of adding a separate builder, the original
    `AcceptBuilder` is refactored and extended instead
  * 2/3: `RedirectService` is now a ZST


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


proxmox:

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

 proxmox-rest-server/src/connection.rs | 369 ++++++++++++++++++++------
 proxmox-rest-server/src/lib.rs        |   2 +-
 proxmox-rest-server/src/rest.rs       |  71 +++++
 3 files changed, 357 insertions(+), 85 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