This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients eamanu, lidayan, matrixise, mdk, vinay.sajip
Date 2019-02-14.12:43:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550148200.79.0.0795629432535.issue35995@roundup.psfhosted.org>
In-reply-to
Content
@lidayan, if you're trying implicit TLS, have you tried giving a username an an empty tuple to the secure parameter?

It looks like the empty tuple means "implicit TLS", see the docstring https://github.com/python/cpython/blob/7fea5ad9f081247927bc851605f3a6269cbcd84d/Lib/logging/handlers.py#L959
History
Date User Action Args
2019-02-14 12:43:20mdksetrecipients: + mdk, vinay.sajip, matrixise, eamanu, lidayan
2019-02-14 12:43:20mdksetmessageid: <1550148200.79.0.0795629432535.issue35995@roundup.psfhosted.org>
2019-02-14 12:43:20mdklinkissue35995 messages
2019-02-14 12:43:20mdkcreate