Parse is down due to SSL certificate expiry
21–30 of 56 posts
Re: Parse is down due to SSL certificate expiry
#22It costs $100 for a 5 year SSL certificate. Why do seemingly smart internet companies let this happen?
Where the hell are you buying your certs? I'd honestly love to know.
Re: Parse is down due to SSL certificate expiry
#23Re: Parse is down due to SSL certificate expiry
#24Earlier quoted context omitted.
Now, imagine the plight of all their customers who had built their apps based on their APIs. Hopefully, this is a very good lesson for all.
Indeed... we just finished our app building on Parse, but this and last week make me think hard about whether or not it was a good decision to be dependent on their infrastructure.
Honestly, they have a lot of downtime, and now that I am very handy with iOS/obj-c I plan to migrate off.
Re: Parse is down due to SSL certificate expiry
#25It costs $100 for a 5 year SSL certificate. Why do seemingly smart internet companies let this happen?
Where the hell are you buying your certs? I'd honestly love to know.
Re: Parse is down due to SSL certificate expiry
#26Do yourself a favor and run this nightly: http://prefetch.net/code/ssl-cert-check A simple loop over your certs will solve so many problems: cd ssl/certs; for pem in *.pem; do ssl-cert-check -a -x 15 -e admin@yourdomain.com -q -c $pem; done [imagine a grumpy "silly companies with millions of dollars in funding, no actual processes, and too little systems knowledge" rant here. it's like a racecar driver who's team let…
Re: Parse is down due to SSL certificate expiry
#27Do yourself a favor and run this nightly: http://prefetch.net/code/ssl-cert-check A simple loop over your certs will solve so many problems: cd ssl/certs; for pem in *.pem; do ssl-cert-check -a -x 15 -e admin@yourdomain.com -q -c $pem; done [imagine a grumpy "silly companies with millions of dollars in funding, no actual processes, and too little systems knowledge" rant here. it's like a racecar driver who's team let…
Re: Parse is down due to SSL certificate expiry
#28This is why I think its always good to build your apps in the 'Good old way', instead of relying on a third party like Parse. It becomes a bottle-neck in situations like these, where in you are kind of stuck - Either, you will have to re-write your code from scratch, or wait for them to fix it, with a lot of uncertainty.
Re: Parse is down due to SSL certificate expiry
#29This is why I think its always good to build your apps in the 'Good old way', instead of relying on a third party like Parse. It becomes a bottle-neck in situations like these, where in you are kind of stuck - Either, you will have to re-write your code from scratch, or wait for them to fix it, with a lot of uncertainty.
I ask, rhetorically, because I built a somewhat competing service that isn't doing too well and I'm looking to make it so you can install it on your own servers.
Re: Parse is down due to SSL certificate expiry
#30No mention of the issue on their Twitter account or self-proclaimed "Status" page: http://status.parse.com/