flashproxy-reg-email on Windows produces OpenSSL error 0B084002

When run on Windows, flashproxy-reg-email produces the following error:

Failed to register: [Errno 185090050] _ssl.c:340: error:0B084002:x509 certific ate routines:X509_load_cert_crl_file:system lib

This is due to the use of tempfile.NamedTemporaryFile to store a TLS certificate. On windows NT or later, the temporary file cannot be reopened while still in use. See the tempfile module documentation at http://docs.python.org/library/tempfile.html.

Trac:
Username: aallai