ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
230 stars 78 forks source link

Connection Refused guzzlehttp #151

Open BobTheDestroyer opened 1 year ago

BobTheDestroyer commented 1 year ago

Hello,

I seem to have an odd issue, when I use a wings server that is in the same machine as the panel, i have no issues but when it is hosted on an other server in the same network, I get this error:

Connection refused for URI https://<wings server>/api/system in /var/www/html/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php:72

After asking around with Pterodactyl, guzzle does not seem to be part of their usual package, so I was hoping you could help me figure this out.

The panel (and one of the daemons) are hosted via the docker-compose.yml generated by the script.

Thank you!

ccarney16 commented 1 year ago

I do not modify anything in regards to pterodactyl except symlinking storage and .env to a data volume. You might want to double check your firewall or proxy configuration (if you have one).