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 has been archived by the owner on Oct 23, 2023. It is now read-only.
Our on-premise sentry instance is located on fourth-level subdomain (sentry.dev.example.com) behind Cloudflare CDN with SSL. Some strange things happen when using default HTTPTransport with raven-python. Cloudflare CDN responds with 403 Forbidden to any request raven sends. At the same time sentry dashboard is working well and a chrome says that the certificate is valid. When switching to RequestsHTTPTransport, or moving to a third-level domain, everything starts working. Does anybody have an idea what is going on?
Our on-premise sentry instance is located on fourth-level subdomain (sentry.dev.example.com) behind Cloudflare CDN with SSL. Some strange things happen when using default HTTPTransport with raven-python. Cloudflare CDN responds with 403 Forbidden to any request raven sends. At the same time sentry dashboard is working well and a chrome says that the certificate is valid. When switching to RequestsHTTPTransport, or moving to a third-level domain, everything starts working. Does anybody have an idea what is going on?
pip packages
Python version: 3.7.2
The text was updated successfully, but these errors were encountered: