Skip to content
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

returned links from stac fastapi are http prefixed instead of https #87

Open
dietrich-kuhn opened this issue Feb 10, 2024 · 0 comments
Open

Comments

@dietrich-kuhn
Copy link

dietrich-kuhn commented Feb 10, 2024

I saw the closed issue #62 addressing the same issue, I believe. But it did not work for me.

Using the following environment variables in the docker compose yml, all links returned from the stac fastapi are http prefixed. How to change those to be https prefixed?

Thank you

    environment:
        - APP_HOST=0.0.0.0
        - APP_PORT=8082
        - ENVIRONMENT=local
        - POSTGRES_USER=username
        - POSTGRES_PASS=password
        - POSTGRES_DBNAME=postgis
        - POSTGRES_HOST_READER=database
        - POSTGRES_HOST_WRITER=database
        - POSTGRES_PORT=5432
        - WEB_CONCURRENCY=10
        - VSI_CACHE=TRUE
        - GDAL_HTTP_MERGE_CONSECUTIVE_RANGES=YES
        - GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR
        - DB_MIN_CONN_SIZE=1
        - DB_MAX_CONN_SIZE=1
        - USE_API_HYDRATE=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant