You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ssl_certificate_validation option is not taking effect. Irrespective of whether we give the value as true or false, it is always taken as true.
During SSL certification validation, logstash is doing a strict host name check. As part of this, it is not supporting wildcard certificates where CN is like *.subdomain.domain.com. Either this needs to be fixed or it would be ideal to have another option to the http plugin like, for example, "strict_host name_check" which can be set to true or false.
Logstash version :1.5.4
Http plugin version :1.1.0
java : 1.8.0_51.
dandrestor, arsatiki, josuemontano, Rmond, lifeofguenter and 19 more