UserFeedback Form sends data to http:// Link on a https:// page

I solved this today by setting

SENTRY_USE_SSL=True

in the .env and setting the X-Forwarded-Proto in the haxproxy.cfg:

http-request set-header X-Forwarded-Proto https if https sentry_host
2 Likes