mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-03-02 22:56:59 -05:00
v1.4.14 - Bad Request when saving Tab options #141
Labels
No labels
EnhancedApp
FoundationApp
FoundationApp
FoundationApp
bug
closed-issue-activity
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
no-issue-activity
question
research
research
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Heimdall#141
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 @JNR8 on GitHub (Sep 17, 2018).
After upgrading to v1.4.14 I get the following error when saving Tab options:
400 Bad Request
The plain HTTP request was sent to HTTPS port
I took a look at the HTML presented to the browser and it seems that there is a specific http://**** url specified instead of a relative URL which is breaking the submit button for me when offloading SSL on an NGINX reverse proxy.
Could you please take a look at amending this in your next release?
Thank you.
@aptalca commented on GitHub (Sep 17, 2018):
Is your proxy pass directive pointing to an http or https address?
@JNR8 commented on GitHub (Sep 17, 2018):
The proxypass is set to http://ipaddress:portnumber
I do have the setting pages restricted with an ID and password. but this happens when I turn that off also.
@aptalca commented on GitHub (Sep 17, 2018):
Change that to https and use the https port. It's in the readme.
@JNR8 commented on GitHub (Sep 18, 2018):
Whilst this did fix the issue, it was not the only issue that was contributing to this behavior. It seems that, somehow, during the creation of new containers within Docker MAC addresses on the Bridge network were duplicated. This was causing my slow down issues as well as issues I had with other containers. Once i gave them unique MAC addresses everything started to work nicely.
Thanks for your help.