You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying to run the latest Docker image ogccite/ets-ogcapi-features10 on a subpath behind an HTTPS proxy (Traefik) that handles routing and domain SSL Cert. The webapp can be accessed using the https:// URL and subpath, login is ok, start Session is ok, but when trying to run 'Start button) the test-suite, modern (Brave, Safari or other) browsers refuse to submit the internal HTML Form, complaining that the Form's POST attempts to access an http:// protocol.
Problem is "mixed-content", looks like some base-url setting within the JSP.
To Reproduce
Steps to reproduce the behavior:
Existing setup with Traefik frontend, several backend services like pygeoapi
Via docker(-compose) Traefik labeling routing (Ok)
Open https:///teamengine/ in browser is ok, routing works
TE Login and start Session is ok
'Start Tests' with button 'Start' gives browser Console error, also warning when page loads: http access in form submit
(Also the TE cannot be configured to use any other subpath than '/teamengine').
It works (with Traefik) when using e.g. the full IP address with http and routing to port 8080 or standalone.
Expected behavior
Expecting content and form submits to follow main page protocol http or https ,like when using // form i.s.o. of explicit http:// or https://.
Screenshots
So this happens on this screen when pushing the "Start" button here.
Additional context
Not clear what the cause is, maybe some base URL setting.
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to run the latest Docker image
ogccite/ets-ogcapi-features10
on a subpath behind an HTTPS proxy (Traefik) that handles routing and domain SSL Cert. The webapp can be accessed using thehttps://
URL and subpath, login is ok, start Session is ok, but when trying to run 'Start button) the test-suite, modern (Brave, Safari or other) browsers refuse to submit the internal HTML Form, complaining that the Form's POST attempts to access anhttp://
protocol.Problem is "mixed-content", looks like some base-url setting within the JSP.
To Reproduce
Steps to reproduce the behavior:
It works (with Traefik) when using e.g. the full IP address with http and routing to port 8080 or standalone.
Expected behavior
Expecting content and form submits to follow main page protocol http or https ,like when using
//
form i.s.o. of explicithttp://
orhttps://
.Screenshots
So this happens on this screen when pushing the "Start" button here.
Additional context
Not clear what the cause is, maybe some base URL setting.
The text was updated successfully, but these errors were encountered: