Skip to content

Commit

Permalink
add note for forcing https on fargate (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpmi-13 authored Aug 19, 2024
1 parent 4d4ce73 commit 704f560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ HTTP_PROXY_NAME=foo.org
HTTP_SCHEME=https
```
> Note: if you're running this on Fargate behind a load balancer that already terminates SSL, you only need `HTTP_SCHEME=https`.
This will prevent the login form from sending insecure http post requests as experienced
in [login issue](https://github.com/kartoza/docker-geoserver/issues/293)
Expand Down

0 comments on commit 704f560

Please sign in to comment.