Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T torflow
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Network Health
  • torflow
  • Issues
  • #4264
Closed
Open
Issue created Oct 19, 2011 by Aaron Gibson@aagbsn

ExitAuthority crash due to improper use of class SSLTestResult

strings "NoExit" and "NotStored" are passed for to the SSLTestResult constructor in a few cases, but the parent constructor doesn't expect a string:

if exit_obj:
 self.exit_node = exit_obj.idhex
 self.exit_name = exit_obj.nickname
 self.exit_ip = exit_obj.ip
 self.contact = exit_obj.contact  
Assignee
Assign to
Time tracking