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.
HTTPS not event sending event #1097
Open
Description
Hey there,
I was debugging #1083 and I came across the issue that raven
isn't even sending
request to https
if it's set in dns
just return 404 error
.
When i set in dns
the to
it gets to nginx
but not to sentry.
As I see raven package
isn't following redirects http -> https
Maybe someone can reproduce it or give me more info how to debug it?
Maybe some reverse proxy related issues? But strange that Node.js Raven package and Java work as expected.
Thx.