Closed pwim closed 6 years ago
+1
this is blocking deployment
Same here! We have a presentation, and we can't deploy to staging :smile:
You can temporarily change your Gemfile to use http://insecure.rails-assets.org/ if it's an emergency
Cool, thanks for the tip @alexssung :+1:
+1 !
Bad suggestion, @alexssung .
Better wait for the certificate to be renewed to avoid MitM attacks.
@hut8 @sheerun
Another nasty trick to avoid the problem (but insecure if you don't rely in expired certificates): I installed an Nginx and configured this server:
server {
listen 80;
location / {
proxy_set_header Host rails-assets.org;
proxy_pass https://rails-assets.org;
}
}
Then instruct bundle to point to the Nginx:
bundle config --local mirror.https://rails-assets.org/ http://localhost/
It works now, but as I said: not 100% secure.
+1 !
+1!
@joshjordan , @hut8 , @tenex Houston, we have a problems
it's 04:50am at the Tenex office right now Calling their office (1-833-TENEX10) doesn't work from here (NL).
There is a certain amount of pleasure associated with the moment when everyone in the world is waiting until you renew your SSL certificate. :smile:
Put certbot in cron and this can just not happen. https://certbot.eff.org
After this is fixed, we should definitely think at how to alleviate those kind of critical issues (@Br3nda solution could work I believe).
Hey everyone, I think I was just able to renew the SSL certificate. Sorry for everyone affected by the outage. I think it makes sense to automate the renewal of the certificate to try and prevent this in the future, but as I am relatively unfamiliar with this project I would like to discuss further @joshjordan during normal business hours. Its not yet 6:00 am.
@mynameiswillporter I can confirm this is fixed for me, my bundle install
runs fine now. Well done. Thanks.
Great! Thanks @murdoch
Close ok?
My original issue was resolved. Looks like it happened again in #419, so hopefully the maintainers have taken some steps to prevent the certs from expiring again.
Expired again =l
Expired again this morning With who should I contact?
Thanks
SSL is expired again
Expired again!!
Again?
Locking thread - not to suppress discussion, but to make sure that folks are commenting on new threads when new issues arise or reoccur.
The SSL certificate for rails-assets.org has expired (it expired at 2017-12-05 03:00:00 UTC).