mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #153] [BUG] no succesful enforcing of HTTPS on Heroku #114
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#114
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 @pred2k on GitHub (Dec 5, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/153
Describe the bug
I would like to have a all search requests and reponses to go though HTTPS.
HTTP requests should be upgrade to HTTPS.
To Reproduce
Steps to reproduce the behavior:
g00gl3.herokuapp.com(no https!)https://...Deployment Method
runexecutableVersion of Whoogle Search
54109874fbDesktop (please complete the following information):
Additional context
I've tried to have the ROOT URL (and search language) to be constant in the heroku dyno with having this cronjob:
@benbusby commented on GitHub (Dec 5, 2020):
Thanks for reporting! HTTPS enforcement on Heroku has been an issue in the past. The commit referenced above should fix this once and for all. I tested it on my end to confirm that it's always upgrading now, but let me know if you see this happen again.
@pred2k commented on GitHub (Dec 6, 2020):
Yeah! Looks great now, thanks mate
@pred2k commented on GitHub (Dec 18, 2020):
i dont know why, but g00gl3.herokuapp.com behaves again like in my initial post. stays on unencrypted http.
its on
6e7ec9918anow@benbusby commented on GitHub (Dec 18, 2020):
Hmm, I just launched a new herokuapp instance of my own, and it seems to working fine and upgrading automatically. Also http://g00gl3.herokuapp.com is upgrading to https for me. You could try the latest commit on the
heroku-app-betabranch, but it shouldn't be any different.