Skip to content

Instantly share code, notes, and snippets.

@antoniou
Created July 8, 2015 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antoniou/8c1a483f0871e7d76f94 to your computer and use it in GitHub Desktop.
Save antoniou/8c1a483f0871e7d76f94 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/eorchestra/venv/local/lib/python2.7/site-packages/frestq/tasks.py", line 1312, in post_task
task_output = task.run_action_handler()
File "/home/eorchestra/venv/local/lib/python2.7/site-packages/frestq/tasks.py", line 278, in run_action_handler
return self.action_handler(self)
File "./create_election/performer_jobs.py", line 194, in generate_private_info
if certs_differ(task.get_data()['sender_ssl_cert'], app.config.get('SSL_CERT_STRING', '')):
File "/home/eorchestra/venv/local/lib/python2.7/site-packages/frestq/protocol.py", line 44, in certs_differ
raise SecurityException()
SecurityException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment