[issue2687] SSL example script fails mysteriously on MacOS

2008-04-25 Thread Bill Janssen
Bill Janssen <[EMAIL PROTECTED]> added the comment: No, the problem is with your "ca_certs" argument on the client side. You can't use a directory. You must use a file containing a number of concatenated certificates. I'll beef up the documentation to make that clearer. -- resolution:

[issue2687] SSL example script fails mysteriously on MacOS

2008-04-24 Thread A.M. Kuchling
New submission from A.M. Kuchling <[EMAIL PROTECTED]>: On my MacOS 10.4.11 machine, the example SSL server and client in the documentation don't work, and they fail with a mysterious error 0. The attached tarball contains my slightly-modified version of the scripts and the test key/cert I'm usin