From: Yann L. <as...@la...> - 2012-08-22 19:29:41
|
Hi, I'm having problems closing a OpenSSL.SSL.Conection. I use python-openssl 0.13 from debian openssl 1.0.1c and last thing the underlying socket is non-blocking. I have tried shutdown() but it tracebacks: Traceback (most recent call last): File "<string>", line 1, in <fragment> OpenSSL.SSL.Error: [('SSL routines', 'SSL_shutdown', 'uninitialized')] I've tried sock_shutdown() (withou argument even if documentation says there is one) no traceback but that doesn't close the socket I've tried close() (doc says it exists, but it doesn't) And now I'm out of idea. someone could point me how I should do that? Thanks in advance, -- Yann |