Skip to content

HTTP/2 not supported (in case of PVE Node behind Reverse Proxy) #46

Open
@Anuril

Description

@Anuril

If a Proxmox Host is behind a Reverse Proxy that responds with HTTP/2, the api will return "invalid HTTP Response".

This is because HTTP is parsed manually:

if (substr($split_headers[0], 0, 9) == "HTTP/1.1 ") {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions