v1.4.14 - Bad Request when saving Tab options #141

Closed
opened 2026-02-20 10:24:27 -05:00 by deekerman · 4 comments
Owner

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.

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.
Author
Owner

@aptalca commented on GitHub (Sep 17, 2018):

Is your proxy pass directive pointing to an http or https address?

@aptalca commented on GitHub (Sep 17, 2018): Is your proxy pass directive pointing to an http or https address?
Author
Owner

@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.

@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.
Author
Owner

@aptalca commented on GitHub (Sep 17, 2018):

Change that to https and use the https port. It's in the readme.

@aptalca commented on GitHub (Sep 17, 2018): Change that to https and use the https port. It's in the readme.
Author
Owner

@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.

@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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Heimdall#141
No description provided.