SteveLTN / https-portal

A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.
MIT License
4.46k stars 295 forks source link

Mixed content error #344

Closed williambowsher closed 10 months ago

williambowsher commented 10 months ago

I have the following configuration in my docker compose file: image: steveltn/https-portal:1 ports:

But I am getting a mixed content error when the reactapp tried to call the .NET API backend on http://dotnetbackend/api

I get this in Chrome and Firefox.

Do you have an example of configuration to solve this issue?

williambowsher commented 10 months ago

This issue can be closed as it was my misunderstanding about the positioning of the various apps when they are deployed via Docker.