[issue45487] SSLEOFError regression with certain servers in Python 3.10

2021-10-22 Thread Richard
Richard added the comment: Never mind, I found the root cause after some debugging. Adding AES256-GCM-SHA384 to the cipher string resolved the issue. And now I see that the release notes say this: > The ssl module now has more secure default settings. Ciphers without forward > secrecy or

[issue45487] SSLEOFError regression with certain servers in Python 3.10

2021-10-15 Thread Richard
Richard added the comment: Sorry, I mean it works fine with Python 3.9.2 from apt as well as Python 3.9.7 from pyenv. But 3.10.0 and 3.11-dev from pyenv are broken. -- ___ Python tracker

[issue45487] SSLEOFError regression with certain servers in Python 3.10

2021-10-15 Thread Richard
Richard added the comment: Note that the same happens with pyenv-compiled Python 3.9.7 (same way as I compiled 3.10 and 3.11), to rule out issues with different installation methods: ``` ❯ python3.9 -VV Python 3.9.7 (default, Oct 8 2021, 10:30:22) [GCC 10.2.1 20210110] ``` --

[issue45487] SSLEOFError regression with certain servers in Python 3.10

2021-10-15 Thread Richard
0 -c 'import ssl; print(ssl.OPENSSL_VERSION)' OpenSSL 1.1.1k 25 Mar 2021 ❯ python3.11 -c 'import ssl; print(ssl.OPENSSL_VERSION)' OpenSSL 1.1.1k 25 Mar 2021 ``` -- assignee: christian.heimes components: SSL messages: 404033 nosy: christian.heimes, nyuszika7h priority: normal severity:

Re: DNS servers in Python - which ones are a good base for work?

2007-12-17 Thread Jan Claeys
Op Tue, 11 Dec 2007 11:10:52 -0800, schreef John Nagle: I need to do a non-standard DNS server in Python. This is for a spam blacklist type DNS server, not for IP lookup. dnspython seems to be client side only. Oak DNS is deprecated. Suggestions? $ wajig search python-twisted-names

DNS servers in Python - which ones are a good base for work?

2007-12-11 Thread John Nagle
I need to do a non-standard DNS server in Python. This is for a spam blacklist type DNS server, not for IP lookup. dnspython seems to be client side only. Oak DNS is deprecated. Suggestions? John Nagle -- http://mail.python.org/mailman/listinfo/python-list

Re: DNS servers in Python - which ones are a good base for work?

2007-12-11 Thread Jean-Paul Calderone
On Tue, 11 Dec 2007 11:10:52 -0800, John Nagle [EMAIL PROTECTED] wrote: I need to do a non-standard DNS server in Python. This is for a spam blacklist type DNS server, not for IP lookup. dnspython seems to be client side only. Oak DNS is deprecated. Suggestions? There's Twisted Names. I

HL7 servers in Python?

2007-03-02 Thread Richard Low, MD
HL7 servers in Python? Richard Sharp mailto:python-list%40python.org?Subject=HL7%20servers%20in%20Python%3FIn-Reply-To=rbsharp at gmx.de Mon Jun 16 17:29:22 CEST 2003 * Previous message: http://mail.python.org/pipermail/python-list/2003-June/210414.htmlStructure and Interpretation

Re: HL7 servers in Python?

2007-03-02 Thread Tim Churches
products seem to be MS-Windows-based. The Python-based solution has been relentlessly reliable in production use over the last 3 and a half years. If you are looking for more general HL7 servers which use Python in some respect but aren't necessarily written entirely in Python, then have a look

servers in python

2005-08-19 Thread Max
I am writing a Hashcash program in python. Rather than create an email client plugin, I have done this thru a proxy server which adds the Hashcash before forwarding. What I want to know is whether this is safe. I currently use this code: class HashcashServer (smtpd.PureProxy): def