Page MenuHomePhabricator

Support "ssl.chain" in Aphlict configuration
ClosedPublic

Authored by epriestley on Apr 14 2016, 12:51 PM.
Tags
None
Referenced Files
F19936574: D15709.id37850.diff
Sun, Apr 12, 3:06 PM
F19921057: D15709.diff
Mon, Apr 6, 1:47 AM
F19913084: D15709.diff
Fri, Apr 3, 12:01 AM
F19912440: D15709.id.diff
Thu, Apr 2, 6:55 PM
F19902165: D15709.diff
Mon, Mar 30, 4:09 PM
F19890167: D15709.diff
Wed, Mar 25, 12:47 PM
F19830443: D15709.id.diff
Mar 10 2026, 1:18 PM
F19813728: D15709.diff
Mar 4 2026, 10:40 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