On Tue, Jun 05, 2007 at 12:55:07PM -0400, Todd Hopfinger wrote:
>    I am using TLS Lite and J2ME SecureConnection for the purposes of
>    encrypting traffic to/from a Java Midlet client and a multithreaded Python
>    server. However, I encounter a TLSAbruptCloseError. I have tried to
>    determine the cause of the exception to no avail. I understand that it has
>    to do with close_notify alerts. My abbreviated code follows.

It may or may not be your specific problem, but Microsoft SSL servers
tend to just drop the TCP connection when they're done, rather than
do a proper SSL shutdown. This tends to make errors such as the above,
which you must then ignore.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to