phusion / passenger

A fast and robust web server and application server for Ruby, Python and Node.js
https://www.phusionpassenger.com/
MIT License
5k stars 547 forks source link

Unable to Install Passenger #2546

Closed yebityon closed 3 months ago

yebityon commented 4 months ago

Hello,

I've noticed that my Dockerfile can't install Passenger since this morning. I think it's a similar issue to #2543.

Has anyone else experienced the same issue?

❯ curl -I https://oss-binaries.phusionpassenger.com/apt/passenger/dists/bullseye/InRelease
curl: (35) Recv failure: Connection reset by peer
frkntony commented 4 months ago

curl https://oss-binaries.phusionpassenger.com/auto-software-signing-gpg-key.txt | gpg --dearmor | tee /etc/apt/trusted.gpg.d/phusion.gpg >/dev/null % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to oss-binaries.phusionpassenger.com port 443 after 428 ms: Connection refused gpg: no valid OpenPGP data found.

I have this error. But yeah it doesnt work for me

CamJN commented 4 months ago

I restarted the server

yebityon commented 4 months ago

@CamJN Thank you. I have confirmed that the issue is resolved, and the installation of Passenger is now successful.

frkntony commented 4 months ago

yeah, it's resolved for me. tysm @CamJN

bruno commented 3 months ago

@CamJN we seem to be having the same problem again:

❯ curl -I https://oss-binaries.phusionpassenger.com/apt/passenger/dists/bullseye/InRelease
curl: (7) Failed to connect to oss-binaries.phusionpassenger.com port 443 after 345 ms: Couldn't connect to server
gracegengau commented 3 months ago

We're having the same "Failed to connect" issue.

CamJN commented 3 months ago

I've restarted it again.

RafikFarhad commented 3 months ago

@CamJN thanks. Do you have a mirror for this? Also is there any permanent solution for this is planned or taken?