mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #587] [BUG] Redirect Loop Error in Tor Browser #375
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#375
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 @mwcp5 on GitHub (Dec 21, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/587
First time I open Tor browser (with HTTPS-Only Mode) and try to search with my Whoogle instance I always get an error "The page isn’t redirecting properly". For some reason I'm getting redirected from https address to http. In my instance config I've set "HTTPS_ONLY" to 1 and "WHOOGLE_CONFIG_URL" to "https://my_instance_name.herokuapp.com/".
On the error page if I press "Try Again" button and resubmit my search request it loads just fine. On the subsequent searches it sometimes works and sometimes gives me the same error.
To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
Additional context
Network Requests Screenshot
@nakoo commented on GitHub (Dec 22, 2021):
I can confirm it has the same issue with Firefox (HTTPS-Only Mode). @benbusby said he changed the flask protocol manually to HTTPS. (#545) But it seems like there're some missing parts here.