mirror of
https://github.com/albertito/dnss.git
synced 2026-04-26 18:05:57 +03:00
[GH-ISSUE #8] Is the flag -testing__insecure_http just for testing? #7
Labels
No labels
enhancement
enhancement
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnss#7
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 @triatic on GitHub (Jul 19, 2020).
Original GitHub issue: https://github.com/albertito/dnss/issues/8
Originally assigned to: @albertito on GitHub.
Thanks for dnss, very useful!
I use the flag
-testing__insecure_httpbecause dnss sits behind encrypted Apache, so I do not need dnss to use encryption.Is the flag
-testing__insecure_httpok to use in this scenario, i.e. not just for "testing"?@albertito commented on GitHub (Jul 20, 2020):
Thank you!
Yes, in that scenario it is ok. The only thing the flag does is make dnss listen on http instead of https.
That use case is quite reasonable, so maybe I should rename the flag to just
--insecure_httpor similar. I'll leave this open to track that feature request.Thanks!
@triatic commented on GitHub (Jul 20, 2020):
Thanks for your reply. Yes,
--insecure_httpor something else without "testing" seems more appropriate as this is a very useful option for reverse proxy usage behind a secure server and not just for testing.@albertito commented on GitHub (Jul 28, 2020):
Commit
90210b7a8, currently in thenextbranch, implements this.The flag is renamed to
insecure_http_server.I'll move it to the
masterbranch in a few days, assuming there are no issues.Thanks again!
@albertito commented on GitHub (Jul 29, 2020):
Commit
90210b7is now inmaster, so this should be fixed.Thanks for reporting this!
@triatic commented on GitHub (Jul 30, 2020):
No problem. I've just downloaded it and I'm using the new flag name. 👍