Replies: 1 comment
-
|
Hi, sorry for the late response. It is hard to determine what is happening without more details; I couldn't reproduce the issue with a bunch of servers. Can you share more details on how you set up the catalog item? What type of server is serving the data (GeoServer, ArcGIS, etc.)? Is the server on the same domain? Is the terriajs-server configured to proxy this URL? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working with terriajs & terriamap for a while - great product!
I have a remote wmts map service & I set it in the catalog of the init file & run terria map server.
the result - in the preview screen I can see the map properly, still, I cant see the map when I add it to the map in the main screen.
I analyzed it and saw that on the preview screen the call to the wmts service is done via https - correctly as configured on the init file - while on the main map it sends http calls to the wmts service and therefore I am getting the following error:
Mixed Content: The page at 'my-terria-map-domain name' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint '**http://**my-remote-wmts-service'. This request has been blocked; the content must be served over HTTPS.
Again as mention - I set the url of the remote wmts service as https and it switched to http.
My Q - how can I disable this behaviour of making my https calls to http - I want the calls to the remote service will be the same as configured it in the catalog of the init json file?
Thx in advance,
Eliad.
Beta Was this translation helpful? Give feedback.
All reactions