Page MenuHomePhabricator

Support "ssl.chain" in Aphlict configuration
ClosedPublic

Authored by epriestley on Apr 14 2016, 12:51 PM.
Tags
None
Referenced Files
F15490822: D15709.id37858.diff
Fri, Apr 11, 8:52 PM
F15479089: D15709.diff
Tue, Apr 8, 5:07 AM
F15479086: D15709.id.diff
Tue, Apr 8, 5:07 AM
F15479058: D15709.id37858.diff
Tue, Apr 8, 5:06 AM
F15479057: D15709.id37850.diff
Tue, Apr 8, 5:06 AM
F15398419: D15709.diff
Mon, Mar 17, 12:05 AM
F15390350: D15709.id.diff
Mar 15 2025, 6:08 AM
F15380909: D15709.id.diff
Mar 14 2025, 4:57 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