-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable HTTPS support for generated URL #73
Comments
Imho, this issue is related to mixed content served by Teamengine, i.e. mixed http/https content. We will update the Teamengine instances to provide only https content. |
@dstenger It turns out that this can be solved via configuration of the proxy and Tomcat. A RemoteIpValve needs to be set in the server.xml so that the x-forwarded-proto hearder will be recognised by Tomcat, see here: I added the following line to the ets-wms-client13 docker file:
This header needs to be set in the proxy to the respective protocol. I used this for nginx: |
@robinhoutmeyers We updated the Beta environment. Can you please check if the problem still occurs? |
This seems indeed fixed, thanks! Sorry for the late reply, I accidentally overlooked this. |
Originally reported by @robinhoutmeyers in #68 (comment):
I also encountered a similar issue during a beta test for #66. Steps to reproduce:
=> although the test session console and the test results (after stopping the test) will recognize the fact that a GetCapabilities and GetMap requests were received, the display during the test is never updated.
The text was updated successfully, but these errors were encountered: