I know the warnings are in place for a reason, but why don't the affected people just bypass the warning. There is no reason to think that just because the date changed that Comcast's certificate is now compromised. If the certificate was issued with an expiry date of five years or more, I'd understand not taking the chance; especially considering how long Comcast is taking to review their certificate - if their cert…
Over a month later and Comcast still doesn't know how to SSL
21–30 of 52 posts
Re: Over a month later and Comcast still doesn't know how to SSL
#22A month after what? September 27th is what?
Pretty sad for a company selling internet access to be so naive about basic things.
Re: Over a month later and Comcast still doesn't know how to SSL
#23I know the warnings are in place for a reason, but why don't the affected people just bypass the warning. There is no reason to think that just because the date changed that Comcast's certificate is now compromised. If the certificate was issued with an expiry date of five years or more, I'd understand not taking the chance; especially considering how long Comcast is taking to review their certificate - if their cert…
I would guess that 99% of users don't know the difference between expired, hacked, bad, or any number of things. They just see "ERROR" and stop dead.
Re: Over a month later and Comcast still doesn't know how to SSL
#24I know the warnings are in place for a reason, but why don't the affected people just bypass the warning. There is no reason to think that just because the date changed that Comcast's certificate is now compromised. If the certificate was issued with an expiry date of five years or more, I'd understand not taking the chance; especially considering how long Comcast is taking to review their certificate - if their cert…
Not caring about certificate expiration may be a sign of not caring about other, more serious, security issues.
Re: Over a month later and Comcast still doesn't know how to SSL
#25I love when shit like this happens. Edit: love when it happens to other people.
HN doesn't really tolerate straight up mean comments.
Re: Over a month later and Comcast still doesn't know how to SSL
#26It;s been more than a month, perhaps not this particular one, but I have reported to them on twitter multiple times that their SSL certs are dead. Their IP to geolocation is also way off, something they don't seem to care about. I think the worst was I contacted them on twitter about several hosts that were hammering one of our mail servers, around a million lookups for usernames a day for each domain. I blocked the…
Re: Over a month later and Comcast still doesn't know how to SSL
#27It;s been more than a month, perhaps not this particular one, but I have reported to them on twitter multiple times that their SSL certs are dead. Their IP to geolocation is also way off, something they don't seem to care about. I think the worst was I contacted them on twitter about several hosts that were hammering one of our mail servers, around a million lookups for usernames a day for each domain. I blocked the…
As for the question how to get the right person, I'd like to know a way...
Re: Over a month later and Comcast still doesn't know how to SSL
#28Earlier quoted context omitted.
The standard https check has it built-in with the right flags. Use -h or --help to figure it out. (They provide different output)
That would be /usr/lib/nagios/plugins/check_http --ssl -C 30 -H contracts.comcast.com CRITICAL - Certificate expired on 05/08/2012 23:59.
openssl s_client -showcerts -connect contracts.comcast.com:443
*You may also need to specify the path to your certificates using something like: -CApath /etc/ssl/certs/To get the exact expiration date, it appears you have to do:
1) download cert:
openssl s_client -connect hostname:port > cert.pem
2) verify date: openssl x509 -in cert.pem -noout -enddatRe: Over a month later and Comcast still doesn't know how to SSL
#29Comcast.com is (stop laughing) a high value domain. You're not likely to get any CA to just hand over a certificate in 2 seconds. It will get flagged for manual inspection and further details will be required.
Large companies like this aren't as simple to handle. If it were a small startup with 3 people you want to bet your pants it would be fixed right away. But I bet you there are e-mails flying around into underpaid mailboxes waiting for a response. Not every corporate office is a well-oiled machine.
But on the flip side it is unfortunate they're struggling with it. The poor front line customer service rep (Carole) has no choice but to assure you they're currently working on it and move on to the next squeaky wheel. Like any person in customer service, her job is to assure you and move on.
Re: Over a month later and Comcast still doesn't know how to SSL
#30Best for everyone is to remain polite, responsive to the agent's requests (however seemingingly inane) and the process will move a lot quicker.