Ask questions. Get answers. Find technical product solutions from passionate experts in the NXLog community.
Error 26: unsupported certificate purpose
jstock created
I am currently running into an issue receiving syslog over ssl/tls. I cannot figure it out for the life of me!
Version:
CE-2.10.2150
Error:
INFO SSL connection accepted from IP_ADDRESS:PORT
ERROR SSL certificate verification failed: unsupported certificate purpose (err: 26)
WARNING SSL connection closed from IP_ADDRESS:PORT
Config:
<Input in>
Module im_ssl
Host 0.0.0.0
Port 516
AllowUntrusted TRUE
CAFile %CERTDIR%%CA-PEM%
CertFile %CERTDIR%%CRT%
CertKeyFile %CERTDIR%%KEY%
KeyPass %PASSWORD%
</Input>
jstock created