libest icon indicating copy to clipboard operation
libest copied to clipboard

Always include Content-Transfer-Encoding

Open kissen opened this issue 2 years ago • 0 comments

  • Content-Transfer-Encoding does not appear to be enforced in requests, only in responses [1]

  • That said, it does appear in an example of client enrollment in the spec [2].

  • Testing with server http://testrfc7030.com/ does not require Content-Transfer-Encoding in the request. Test server set up with globalsign/est [3] does require the header and will fail enrollment without it.

[1] https://datatracker.ietf.org/doc/html/rfc7030 [2] https://datatracker.ietf.org/doc/html/rfc7030#appendix-A.3 [3] https://github.com/globalsign/est

kissen avatar Jan 30 '24 08:01 kissen