Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP output: broken STARTTLS #1152

Closed
ghost opened this issue Jan 11, 2018 · 0 comments
Closed

SMTP output: broken STARTTLS #1152

ghost opened this issue Jan 11, 2018 · 0 comments
Labels
bug Indicates an unexpected problem or unintended behavior component: bots
Milestone

Comments

@ghost
Copy link

ghost commented Jan 11, 2018

Traceback (most recent call last):
  File "/tmp/intelmq/intelmq/lib/bot.py", line 153, in start
    self.process()
  File "/tmp/intelmq/intelmq/bots/outputs/smtp/output.py", line 49, in process
    smtp.starttls(ssl.create_default_context())
  File "/usr/lib/python3.4/smtplib.py", line 686, in starttls
    keyfile=keyfile)
  File "/usr/lib/python3.4/ssl.py", line 468, in _create_stdlib_context
    raise ValueError("certfile must be specified")
ValueError: certfile must be specified
@ghost ghost added bug Indicates an unexpected problem or unintended behavior component: bots labels Jan 11, 2018
@ghost ghost added this to the 1.0.3 milestone Jan 11, 2018
@ghost ghost self-assigned this Jan 11, 2018
ghost pushed a commit that referenced this issue Jan 11, 2018
ghost pushed a commit to certat/intelmq that referenced this issue Jan 11, 2018
@ghost ghost closed this as completed in 6487763 Jan 17, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior component: bots
Projects
None yet
Development

No branches or pull requests

0 participants