rsyslog-doc icon indicating copy to clipboard operation
rsyslog-doc copied to clipboard

incorrect default value for "useHttps", omhttp

Open DpoBoceka opened this issue 6 years ago • 0 comments
trafficstars

I got unsuccessful when I tried to send some data using omhttp. After debugging network traffic I discovered that there was a try to establish SSL connection over, although I put nothing into "useHttps". The output was:

rsyslogd: omhttp: suspending ourselves due to server failure 35: error:1408F10B:SSL routines:ssl3_get_record:wrong version number [v8.1903.0.master try https://www.rsyslog.com/e/2007 ]
rsyslogd: omhttp: checkResult error http status code: 0 reply: NULL [v8.1903.0.master try https://www.rsyslog.com/e/2007 ]

After manually setting it to "off" the problem was solved. So, it turned out the documentation's incorrect and the default value is "on"

DpoBoceka avatar Feb 18 '19 09:02 DpoBoceka