mirror of
https://github.com/charlesabarnes/SPFtoolbox.git
synced 2026-04-25 03:16:18 +03:00
[GH-ISSUE #64] Serving SPFtoolbox over HTTPS with Reverse proxy (Traefik, NPM) #25
Labels
No labels
Good First Issue
bug
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SPFtoolbox#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jaska087 on GitHub (Jul 21, 2023).
Original GitHub issue: https://github.com/charlesabarnes/SPFtoolbox/issues/64
Hi.
Just a weird issue. Serving SPFtoolbox over HTTPS reverse proxy it will give me silent errors, site keeps loading (error code 301)
Works fine over HTTP reverse proxy.
Any ideas? is something hardcoded so it will try to open every query in http instead of https?
HTTPS
[21/Jul/2023:15:40:43 +0000] - 301 301 - GET https spf.jaska.cc "/operations?domain=jaska.cc&request=a&port=" [Client 192.168.10.100] [Length 357] [Gzip -] [Sent-to 192.168.10.20] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0" "https://spf.jaska.cc/"HTTP
[21/Jul/2023:15:41:27 +0000] - 200 200 - GET http spf.jaska.cc "/operations/?domain=jaska.cc&request=a&port=" [Client 192.168.10.100] [Length 139] [Gzip -] [Sent-to 192.168.10.20] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0" "http://spf.jaska.cc/"E: Nevermind I just had to add header to upgrade the http requests
Content-Security-Policy: upgrade-insecure-requests;
@ErikLentz commented on GitHub (Jan 16, 2025):
Thanks for the update. Can you close the issue?