jordansissel / ruby-ftw

Ruby FTW - For The Web. Experimentation in web clients and servers.
31 stars 18 forks source link

Only execute "Verify peer..." debug message if debugging is enabled. #14

Closed bernd closed 10 years ago

bernd commented 11 years ago

This avoids an annoying warning to STDERR by jruby-openssl on every certificate_verify() invocation.

It confuses users.

See https://logstash.jira.com/browse/LOGSTASH-1428

bernd commented 10 years ago

Any comments about this?

elijahchancey commented 10 years ago

I'm also noticing the same issue when using the logstash/http output plugin. It only happens when I use an HTTPS endpoint. The error message does not occur with HTTP. The error message does not appear to have an impact on the delivery of the log message.