Hello, i have a logstash v8.11.3 with input.imap plugin v3.2.1. Here is my pipeline and the ssl error i have
input {
imap {
host => "myhost"
password => "mypassword"
port => 993
user => "myemail@mydomain"
secure => true
check_interval => 30
uid_tracking => true
}
}
[2023-12-21T09:19:42,569][ERROR][logstash.inputs.imap ][main][f2fffe56680f84257f6d30afab8445a5b3dade022c55fe3cfa8076e0bdbb0015] Encountered error Java::JavaLang::NullPointerException {:message=>"Cannot invoke \"org.jruby.ext.openssl.SSLContext$InternalContext.getSSLContext()\" because \"this.internalContext\" is null", :backtrace=>["org.jruby.ext.openssl.SSLContext.createSSLEngine(SSLContext.java:782)",....
Is anyone can help me please ?