CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2025/11/17 17:54:11

Modified files:
        usr.sbin/acme-client: http.c 

Log message:
only include port numbers in Host headers when it's not 443.

step-ca has a teary if you include the port in the Host header, but
pebble gets confused if you don't. florian says "I can't see anything
in RFC9110 7.2 that suggests sending a port in the host header is
wrong", so we're pretty sure step-ca is doing the wrong thing, but
it's also pretty easy to be accomodating by omitting the port if
the https request is on port 443. just don't talk to step-ca on a
non standard port i guess.

ok sthen@ florian@

Reply via email to