Ticket #3012 defect closed duplicate

Opened 5 years ago

Last modified 5 years ago

twisted.internet._sslverify.CertificateOptions does not work with chained certs

Reported by: washort Owned by:
Priority: normal Milestone:
Component: core Keywords:
Cc: Branch:
Author: Launchpad Bug:

Description

Some SSL certificates require intermediate certs to be loaded to make them acceptable to various clients. ctx.use_certificate_chain_file is the method for doing so -- unfortunately there seems to be no corresponding method for loading it from a string.

Change History

1

Changed 5 years ago by exarkun

There's SSL_CTX_add_extra_chain_cert. It's not exposed by PyOpenSSL.

2

Changed 5 years ago by exarkun

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #2061

3

Changed 2 years ago by <automation>

  • owner exarkun deleted
Note: See TracTickets for help on using tickets.