-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
putting "https://....." in hostname config directive results in a malformed URL #994
Comments
In looking at func scheme() I see we do some auto detection for X-forward-for, This header is considered non-standard though its use is fairly ubiquitous. |
Thank you for this report. This does sound like a bug. |
I'll look at this issue tomorrow. |
Introduced the type TileURLTemplate for handling forming up tile template URLs. This adds more structure and type safety when handling the creation of tile template URLs. closes #994
Introduced the type TileURLTemplate for handling forming up tile template URLs. This adds more structure and type safety when handling the creation of tile template URLs. closes #994
Introduced the type TileURLTemplate for handling forming up tile template URLs. This adds more structure and type safety when handling the creation of tile template URLs. closes #994
Introduced the type TileURLTemplate for handling forming up tile template URLs. This adds more structure and type safety when handling the creation of tile template URLs. closes #994
Introduced the type TileURLTemplate for handling forming up tile template URLs. This adds more structure and type safety when handling the creation of tile template URLs. closes #994
My tegola instance is behind a haproxy that handles my ssl termination/offloading. To meet the requirement that there is no mixed mode (http/https) in the front end, I need to have the URL's being returned within the capabilities.json upgrade the proto from http to https.
To do this, I was told to use the
hostname =
directive in the `[webserver]' section which I've done below:This however results in malformed url's in the capabilites.json
If it makes any difference I'm running FreeBSD 14.1 as the OS, with tegola from a fresh (today)
git pull
The text was updated successfully, but these errors were encountered: