The feedback route had a typo: rejectAuthorized (no-op) instead of rejectUnauthorized. With GitLab now on HTTPS with a self-signed cert, this caused issue creation and screenshot uploads to fail. - Fix rejectAuthorized → rejectUnauthorized in both request blocks - Update GITLAB_URL default from http:// to https:// in .env.example, configure.js, README, and reference manual