[Twisted-Python] SSL Server and Client

glyph at divmod.com glyph at divmod.com
Thu May 10 01:35:40 EDT 2007


On 01:42 am, chaks.yoper at gmail.com wrote:
>I generated my certificate by the command,
>
>openssl genrsa -des3 -out server.pem 1024

This command does not generate a certificate.  It creates a private key. 
The error you are getting from Twisted is simply telling you that there 
is no certificate in the file you're trying to load.  Apologies for the 
obscure error message, we're just passing through what pyopenssl says, 
which is the same as what the openssl library says.

You might want to post to one of those lists instead; while we can help 
with Twisted APIs for doing SSL, those would be better places to seek 
help with the OpenSSL tools themselves.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20070510/98f477f2/attachment.htm 


More information about the Twisted-Python mailing list