riemann/riemann

TLS Certificate Chains

Closed this issue · 2 comments

I noticed that Riemann does not support certificate chains (i.e. intermediate certificates). Typically the server should present the intermediate certificate along with its own. I'm not sure if @aphyr will accept the patch, but I have submitted the following PR to load the entire certificate chain, instead of a single cert as it does today: aphyr/less-awful-ssl#11

This is a general FYI that I am looking to contribute this back if and when that gets merged.

Change was accepted, #921 pulls in less-awful-ssl 1.0.3.

Merged.