What steps will reproduce the problem?
1. Use a PEM chain which requires an intermediate certificate (such as from
Verisign)
2. Go to the web site in a browers
3. The program will only transmit the first certificate in the chain
What is the expected output? What do you see instead?
The program should send the entire chain, but it only sends the first
certificate
What version of the product are you using? On what operating system?
v0.9.2 on MacOS
Please provide any additional information below.
Change the line:
ctx.use_certificate_file(ssl_cert)
to
ctx.use_certificate_chain_file(ssl_cert)
will allow use of chained certificate files properly.
Original issue reported on code.google.com by jasonjsc...@gmail.com on 31 Jul 2007 at 2:01
Original issue reported on code.google.com by
jasonjsc...@gmail.com
on 31 Jul 2007 at 2:01