Skip to content

Incorrect handling of max request for https connection #72

@toxadx

Description

@toxadx

httpd incorrectly handles max request size with https servers.
With following configuration httpd drops file upload to second server with error code 413.
I upload files to second server, but httpd answers with 413 code from first server.

server "1.example.tld" {
listen on * tls port 443
}

server "2.example.tld" {
listen on * tls port 443
connection max request body 20000000
}

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