The drop is always movingYou know that saying about standing on the shoulders of giants? Drupal is standing on a huge pile of midgetsAll content management systems suck, Drupal just happens to suck less.Popular open source software is more secure than unpopular open source software, because insecure software becomes unpopular fast. [That doesn't happen for proprietary software.]Drupal makes sandwiches happen.There is a module for that

Nokia Mail for Exchange invalid certificate

Submitted by nk on Tue, 2010-06-15 21:16

I was setting up push mail to https://mail.example.com when I got this message. The solution (brace yourself)

  1. openssl s_client -connect email.examile.com:443
  2. Copypaste the lines between and including -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- to a .pem file
  3. openssl x509 -outform der -in certificate.pem -out certificate.der
  4. You need the whole trust chain, however, so in my case I needed the GlobalSign Root CA, which provides a DER file too
  5. Copy your der files to the phone
  6. In the phone file manager, click them and install them.

If the chain is longer than two? I have no idea.

Submitted by moncler (not verified) on Thu, 2010-09-16 09:17.

This is a good post, thanks for sharing! I will come back next time!

Submitted by Caterpillar EPC (not verified) on Mon, 2014-08-25 03:33.

Innovation always implies the risk of failure. The pressure on developers is huge to minimise that risk and make the first prototype work. In the real world, times of crisis such as these may limit the willingness of companies to take risks in the areas of research and development.