So I have port forwarding on my host that forwards lpc1.streamingworld.us to a container on the 10.x.x.x network. I can access this just fine with http, but I want to run it with https. Any ideas why this is failing?
I have a container with HAproxy as a TLS Termination Proxy. The website inside the contain works fine with However there is an iFrame inside the index file that will not connect! It passes all certificate tests like =lpc1.streamingworld.us but it will not connect. It uses port 3000 of the same container.
However there is an iFrame inside the index file that will not connect! It passes all certificate tests like SSL Server Test (Powered by Qualys SSL Labs) but it will not connect. It uses port 3000 of the same container.
That's simple, your port 3000 is a http port with a redirect to the same port + https. That can't work (my tool has a port support, so it's possible to check ports direct: -your-website.server-daten.de/?q=lpc1.streamingworld.us%3A3000 ):
c80f0f1006