8000 Turning off certificate verification · Issue #402 · getsentry/raven-python · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Turning off certificate verification #402
Closed
@ulikoehler

Description

@ulikoehler

I'm running sentry 6.4.2.1 on my VPS using nginx reverse proxy with a self-signed wildcard certificate. NGinx redirects all HTTP requests to HTTPS. My tornado application uses SentryMixin from raven 3.6.1. to report errors to sentry.

However when an exception occurs or when capturing messages, I see this warning on the tornado CLI (exactly once per captured message/exception):

[W 131224 17:01:06 iostream:820] SSL Error on 17 ('46.38.237.81', 443): [Errno 1] _ssl.c:509: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Is there any way I can turn of SSL certificate verification (or even use my self-signed CA for verification)? If not, is there any other encryption protocol that I can use?

Thanks in advance & Merry christmas!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0