goryn-clade / pathfinder

Mapping tool for EVE ONLINE
https://pathfinder.lost-in-w.space/
MIT License
123 stars 65 forks source link

Thera Connections Not Populating #178

Open OrangeDrangon opened 1 year ago

OrangeDrangon commented 1 year ago

On both a self hosted and the public instance Thera connections are not being fetched from eve-scout.com. I tried to dig through the code and diagnose why but I could not figure out where the getTheraConnections handler was. If you have any insight on where to look or how to fix I would be happy to help.

OrangeDrangon commented 1 year ago

It looks to me like the body object in the callback of the EveScoutClient::getTheraConnectionsRequest is empty

Thump3d commented 1 year ago

It's the let's encrypt cert issue: https://techcrunch.com/2021/09/21/lets-encrypt-root-expiry. I pushed a PR to the containers repo, but you can alternatively just change https to http for the eve-scout configuration in pathfinder.ini.

samoneilll commented 1 year ago

Hi there, this is now solved in the latest release of the pathfinder-containers project.

If you want to cherry-pick, the commit with the changes to the Dockerfile can be found here.

I'm going to leave this open for a few days for visibility as this will affect a lot of people.

TyrHeimdalEVE commented 1 year ago

Adding to milestone to ensure we have updated ca-certificates for containers to avoid this entirely going forward with no manual fixing.