Skip to content

Unable to run setup on HTTPS + proxy'd sub-path #1652

@vollmerk

Description

@vollmerk

We run IPT behind an NGINX proxy over SSL in a sub-path and when submitting the setup form, the HTTP POST is sent with the correct data, but the application does not think it received anything

https://example.com/ipt (NGINX entry point)
Proxy to
http://127.0.0.1:8080 (IPT Tomcat instance)

baseURL is set correctly, as all of the image urls are generated correctly

I did note that the <form action="setup2.do" does not include ${baseURL}, adding that manually doesn't make any difference.

...

I also note that there appears to be a missing referenced bootstrap file

DevTools failed to load source map: Could not load content for https://example.com/ipt/js/bootstrap/bootstrap.bundle.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions