Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce HTTP 1.0 in estclient #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Jan 29, 2024

  1. Enforce HTTP 1.0 in estclient

    estclient does not properly handle respones from an EST server with
    
      Transfer-Encoding: chunked
    
    which happens to be a standard HTTP 1.1 feature. To force EST servers
    to reply w/o chunked encoding, send HTTP 1.0 requests rather than 1.1.
    
    In particular, this fixes an incompatiblity with the globalsign/est [1]
    test implementation.
    
    [1] https://github.com/globalsign/est
    kissen committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ffff942 View commit details
    Browse the repository at this point in the history