Homec4science

Support "ssl.chain" in Aphlict configuration

Authored by epriestley <git@epriestley.com> on Apr 14 2016, 14:44.

Description

Support "ssl.chain" in Aphlict configuration

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.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10806

Differential Revision: https://secure.phabricator.com/D15709

Details

Committed
epriestley <git@epriestley.com>Apr 14 2016, 19:41
Pushed
aubortJan 31 2017, 17:16
Parents
rPH383ae7621f95: Fix a "websokket" typo
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH07fc8f17ccae: Support "ssl.chain" in Aphlict configuration (authored by epriestley <git@epriestley.com>).Apr 14 2016, 19:41