mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-06-24 02:54:18 +00:00
6.3.0
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ def _main():
|
||||
try:
|
||||
ssl_context = None
|
||||
if opts.kafka_skip_certificate_verification:
|
||||
logger.debug("Skipping IMAP certificate verification")
|
||||
logger.debug("Skipping Kafka certificate verification")
|
||||
ssl_context = create_default_context()
|
||||
ssl_context.check_hostname = False
|
||||
ssl_context.verify_mode = CERT_NONE
|
||||
|
||||
Reference in New Issue
Block a user