Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T
torflow
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 49
    • Issues 49
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • The Tor Project
  • Network Health
  • torflow
  • Issues
  • #4416

Closed
Open
Opened Nov 07, 2011 by Aaron Gibson@aagbsn

Missing ssl file causes Traceback in snakeinspector.py

Traceback (most recent call last):
  File "snakeinspector.py", line 251, in main
    print r
  File "/home/exitscanner/torflow/NetworkScanners/ExitAuthority/libsoat.py", line 297, in __str__
    ssl_domain = SnakePickler.load(self.ssl_file)
  File "/home/exitscanner/torflow/NetworkScanners/ExitAuthority/libsoat.py", line 867, in load
    f = file(filename, "r")
IOError: [Errno 2] No such file or directory: 'data/soat/ssl/certs/facebook.com.ssl'

Sure enough, the file is missing. Why did soat.py fail to save this file?

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: tpo/network-health/torflow#4416