Tag Archives: openssl

Puppet CRL Time Errors

Puppet is much loved for it’s clear meaningful messages when something goes wrong, made even more delightful when you combine it with the lovely error messages thrown out by OpenSSL. Warning: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate … Continue reading

Tagged , , , , | 1 Comment

SSL Intermediate CA Bundles with Amazon

When configuring SSL services, generally you need to set a certificate, a private key and the CA bundle containing the intermediate certificate(s), which is often a bundle of several different certificates. For example, https://www.jethrocarr.com‘s configuration looks like: SSLEngine on SSLCertificateFile … Continue reading

Tagged , , , , , | Leave a comment