Page MenuHomePhabricator

Support "ssl.chain" in Aphlict configuration
ClosedPublic

Authored by epriestley on Apr 14 2016, 12:51 PM.
Tags
None
Referenced Files
F18624877: D15709.id37858.diff
Mon, Sep 15, 9:19 PM
F18616315: D15709.id37850.diff
Sun, Sep 14, 5:06 PM
F18611707: D15709.id.diff
Sun, Sep 14, 7:32 AM
F18600007: D15709.id37850.diff
Sat, Sep 13, 8:47 AM
F18586555: D15709.id37850.diff
Thu, Sep 11, 7:01 PM
F18507456: D15709.id.diff
Sep 5 2025, 2:12 AM
F18362360: D15709.id.diff
Aug 27 2025, 1:40 PM
F18345318: D15709.diff
Aug 26 2025, 11:17 AM
Subscribers
None

Details

Summary

Fixes T10806. Although browsers don't seem to care about this, it's more correct to support it, and the new test console uses normal cURL and does care.

Test Plan
  • Hit the error case for providing a chain but no key/cert.
  • Used openssl s_client -connect localhost:22280 to connect to local Aphlict servers.
  • With SSL but no chain, saw openssl fail to verify the remote.
  • With SSL and a chain, saw openssl verify the identify of the remote.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable