This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Westly.Ward, janssen, pitrou
Date 2010-05-07.21:49:06
SpamBayes Score 0.011644554
Marked as misclassified No
Message-id <1273269093.4188.9.camel@localhost.localdomain>
In-reply-to <1273267442.54.0.446798585717.issue8655@psf.upfronthosting.co.za>
Content
> When I use the argument to make certs optional, it gave me an error
> saying it need the ca certs, so I downloaded them and specified to use
> them, and now I am getting errors from ssl.c

You have to specify the CA cert corresponding to the Certificate
Authority (CA) who has signed your certificate.
A CA can be a company such as Verisign, etc.

However, in this case, you have self-signed the certificate; so the only
"CA cert" you can specify is the client certificate itself. If you
specify "client.crt" as the ca_certs argument, you'll see that it works.
History
Date User Action Args
2010-05-07 21:49:07pitrousetrecipients: + pitrou, janssen, Westly.Ward
2010-05-07 21:49:06pitroulinkissue8655 messages
2010-05-07 21:49:06pitroucreate