-
Notifications
You must be signed in to change notification settings - Fork 5.8k
x509 Certificate Input Plugin v1.19.0 does not work with URL #9384
Copy link
Copy link
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behaviorplatform/windowsregressionsomething that used to work, but is now brokensomething that used to work, but is now broken
Description
Relevant telegraf.conf:
[[inputs.x509_cert]]
sources = ["https://my.server.com:443"]
System info:
Windows Server 2019
Telegraf v1.19.0
Steps to reproduce:
- Configure inputs.x509_cert
- telegraf.exe --config "C:\Program Files\Telegraf\telegraf.conf" --test --input-filter x509_cert --debug
Expected behavior:
Certificate details returned
x509_cert,common_name=*.server.com,country=GB
x509_cert,common_name=Root Cert
Actual behavior:
No certificate details are returned
2021-06-16T16:52:07Z E! [inputs.x509_cert] could not find file: &{https:\my.server.com:443 false false }
Additional info:
Telegraf v1.18.1 on the same system does not show this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behaviorplatform/windowsregressionsomething that used to work, but is now brokensomething that used to work, but is now broken