responses
You are here
SSL encryption through TLS
Answers (2)
Comments (5)
-
williamwj
Is there a changelog anywhere that documents this?
-
williamwj
Thanks. I hadn't seen it because it isn't included in the RPM changelog section and the source files have not been made available on your downloads section. Had no idea I would have to install before reading the changelog.
-
adm (NXLog)
That's not included there because of the following RPM policy:
The list of changes can be as long as is necessary, but keep in mind that this should be a list of changes for the RPM itself and not for the package. It’s considered bad form to include the ChangeLog of the actual program in the RPM ChangeLog.
Comments (2)
Hello,
same problem here. I'm trying to forward log events to logstash with the setup described in http://stackoverflow.com/questions/26789903/using-nxlog-to-ship-logs-in-to-logstash-from-windows-using-om-ssl. However, the logstash log contains this error message: "OpenSSL::SSL::SSLError: Client requested protocol SSLv3 not enabled or not supported". Following lines can be found in nxlog.log:
Seems like SSLv3 has been disabled in recent Java versions due to the POODLE vulnerability. Hence, I wonder how to ship logs from nxlog with TLS 1.2?
Thanks
This is already answered.