I am getting an SSL error when attempting to follow a log. Given the time of the last commit here, maybe something has changed on the logentries side which is breaking this code now?
Here are my steps to reproduce.
# cat /etc/os-release | head -2
NAME="Ubuntu"
VERSION="16.04.6 LTS (Xenial Xerus)"
# cd /tmp/
# wget https://raw.githubusercontent.com/StephenHynes7/le_rsyslog/master/lersyslog
# python lersyslog register --account-key=ACCOUNTKEY --host-key=HOSTKEY
# python lersyslog follow /var/log/syslog
[DEBUG]: SSL error: [SSL] PEM lib (_ssl.c:2603)
Error: Cannot process LE request, no response
I am getting an SSL error when attempting to follow a log. Given the time of the last commit here, maybe something has changed on the logentries side which is breaking this code now?
Here are my steps to reproduce.