-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with SSL3 certificate #2
Comments
Hello, |
Hi, |
Ok. What is your Java version? |
As we know
Enabling SSLv3 for various Java versions explained here |
Hi,
I've tried to used your plugin with IPS 6.0. I was able to download certificate with the command below ( I have to use keyword -ssl3):
echo | openssl s_client -connect 192.168.120.5:443 -ssl3 2>&1 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > cert.pem
I'm getting the error message in /var/log/logstash/logstash.log.
{:timestamp=>"2016-11-10T08:51:27.465000+0100", :message=>"Cannot read URL or send the error as an event! Check your configuration for host url,user,password.", :request=>{"truststore_password"=>"MyPasswords", "auth"=>{:user=>"admin", :pass=>"cisco"}, "method"=>"get", "url"=>"https://192.168.13.20/cgi-bin/sdee-server?action=open&evIdsAlert&force=yes"}, :exception=>"SSL peer shut down incorrectly", :exception_backtrace=>nil, :level=>:error}
Here is my certificate:
cert1.pem.txt
The text was updated successfully, but these errors were encountered: