jpatokal / openflights

Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.
http://openflights.org
GNU Affero General Public License v3.0
1.36k stars 387 forks source link

Docker install - https required? #1473

Open rb-syd opened 4 weeks ago

rb-syd commented 4 weeks ago

Hi all, have installed the docker image and everything seems to start up ok. But when I load the page at http://localhost:8007 the basic html seems to be loading but none of the resources:

image

Checking dev console, all the resources are on https and failing to load with the error "Failed to load resource: An SSL error has occurred and a secure connection to the server cannot be made."

have I screwed something up on my docker build process?

chrisrosset commented 2 weeks ago

Hi, are you still seeing this error? I tried setting up the containers from scratch and everything seems to work on my end. Could you share any more details about the requests?