Kong Gateway call martin, but tiles not https #1961
thevinhhuynh
started this conversation in
General
Replies: 2 comments
-
What are you having an error/problem with precicely? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You either want nginx or Kong Gateway to handle TLS-Termination for you. The simplest way to do this in nginx is via certbot |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I use API Gateway kong to restrict with apiKey when accessing martin.
My flow:
domain.vn
willproxy_pass
to192.168.1.100:8000
(kong Gateway)In this Kong I create routes pointing to
http://martin:3000
I am having error using
https://domain.vn/osm_layer?apiKey=abcxyz
If I call the Tilejson-url I get tiles (click to expand)
nginx I have configuration (click to expand)
I want tiles to be https, I use docker can anyone help me
Beta Was this translation helpful? Give feedback.
All reactions