From: Zoltan F. <zol...@us...> - 2002-10-06 10:17:15
|
hello list, i have a problem with pyOpenSSL, namely as follows: i have created a client/server application, where the clients communicate with the servers on a secure channel. When a client tries to log in to a server (ie. after the SSL handshake it tries to send a message), the client dies with the subject, and the server gets a "connection reset by peer" exception. i have two questions about this: a.) has anyone seen this before? b.) is there an "official" way of handling the WantXYZError exceptions besides ignoring them? thanks a lot, and sorry for the poor english. zoltan ps: both the client and server are multithreaded, the SSL connection is nonblocking, and the pyOpenSSL version is 0.5.1 |