Skip to content

add support for ssl_partial_chain

Compare
Choose a tag to compare
@richm richm released this 12 Dec 00:07
· 111 commits to master since this release
  • ssl_partial_chain - if ca_file is for an intermediate CA, or otherwise we do not have the root CA and want
    to trust the intermediate CA certs we do have, set this to true - this corresponds to
    the openssl s_client -partial_chain flag and X509_V_FLAG_PARTIAL_CHAIN (default: false)

By setting ssl_partial_chain true in your configuration, you can
avoid #163