Skip to content
  • Enrico Tröger's avatar
    Add new setting to verify outgoing SSL connections · 68843d96
    Enrico Tröger authored
    The new setting 'verify_ssl_connections' tells the requests library to
    verify secured outgoing HTTP connections.
    Usually verifying is desired and helps to reveal configuration
    problems. It also disables an ugly warning when HTTPS connections
    are made without verification.
    68843d96