Search results

  1. C

    [SOLVED] Does not follow HTTP standard

    I added these two headers and now have a different error message: sync group vm/101 failed - invalid protocol name reverse_proxy https://192.168.2.58:8007 { transport http { tls_insecure_skip_verify } header_up Connection...
  2. C

    [SOLVED] Does not follow HTTP standard

    @McTwist did you find a solution w/Caddy?
  3. C

    [SOLVED] Does not follow HTTP standard

    I'm joining in with the same problem. The bug report is marked fixed, but it's still broken for me. (headers) { header -x-powered-by header -server header Content-Security-Policy "frame-ancestors 'self'; upgrade-insecure-requests;" header X-LB-Server...
  4. C

    Error: missing Upgrade header - PBS behind traefik

    I'm joining in with the same problem, but behind Caddy instead of traefik. (headers) { header -x-powered-by header -server header Content-Security-Policy "frame-ancestors 'self'; upgrade-insecure-requests;" header X-LB-Server {system.hostname} header...
  5. C

    PBS Remote Sync Job failed: Missing Upgrade header

    I'm joining in with the same problem, but behind Caddy instead of nginx. (headers) { header -x-powered-by header -server header Content-Security-Policy "frame-ancestors 'self'; upgrade-insecure-requests;" header X-LB-Server {system.hostname} header...
  6. C

    PBS Remote Sync Job failed: Missing Upgrade header

    Hi, I am trying to setup a remote sync job with two PBS's. It was able to see the remote datastore, and I setup a new sync job. When trying to run the job, I am receiving errors "Missing upgrade header". See screenshot: I am not certain what this is referring to. At first thought, I...
  7. C

    Re: Enhancement/Bug - 3044 - Allow a user to push his datastore to a remote server

    Any movement on this yet? I'm needing to PUSH instead of PULL...
  8. C

    TASK ERROR: Failed to retrieve backup groups from remote - authentication failed - no authentication credentials provided.

    Hi guys, PBS 2.1 Two servers: remote => located at another datacenter off-site nexus => located on-site My goal is for our 3-node Proxmox cluster to backup to the local PBS ('nexus'), and then for 'nexus' to replicate to the remote server 'remote'. It seems that PBS uses a "pull" method as...