You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
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):
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?