Page MenuHomePhabricator

Support "ssl.chain" in Aphlict configuration
ClosedPublic

Authored by epriestley on Apr 14 2016, 12:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 27, 11:02 AM
Unknown Object (File)
Mon, May 26, 10:41 PM
Unknown Object (File)
Sun, May 25, 2:43 PM
Unknown Object (File)
Sun, May 25, 2:21 PM
Unknown Object (File)
Sat, May 24, 12:33 PM
Unknown Object (File)
Apr 24 2025, 6:38 AM
Unknown Object (File)
Apr 19 2025, 10:04 PM
Unknown Object (File)
Apr 18 2025, 1:01 PM
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