
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
fluent-plugin-ssl-check
Advanced tools
Fluentd input plugin to check ssl service.
Poll ssl service, to report status.
Example:
<source>
@type ssl_check
tag ssl_check
hosts my-service.com:4443
interval 600
ca_path /my/ca_dir/
ca_file /my/ca_file
</source>
Options are:
If no port is specified with host, default port is 443.
Poll ssl local file and report status.
Example:
<source>
@type ssl_file_check
tag ssl_check
paths /etc/cert/host.pem,/app/application_1/cert.pem
interval 600
ca_path /my/ca_dir/
ca_file /my/ca_file
</source>
Options are:
{
"timestamp": "2023-10-03T09:59:41.580+02:00",
"status": 1,
"host": "www.google.fr",
"port": 443,
"ssl_version": "TLSv1.2",
"ssl_dn": "/CN=*.google.fr",
"ssl_not_after": "2023-11-27T08:25:08.000Z",
"expire_in_days": 55,
"serial": "4e79dbb13c6b57b309780da2d1edbda4"
}
{
"timestamp": "2023-10-03T10:06:21.417+02:00",
"metric_name": "ssl_status",
"metric_value": 1,
"host": "www.google.fr",
"port": 443,
"ssl_dn": "/CN=*.google.fr",
"ssl_version": "TLSv1.2",
"ssl_not_after": "2023-11-27T08:25:08.000Z",
"serial": "4e79dbb13c6b57b309780da2d1edbda4"
}
{
"timestamp": "2023-10-03T10:06:21.417+02:00",
"metric_name": "ssl_expirency",
"metric_value": 55,
"host": "www.google.fr",
"port": 443,
"ssl_dn": "/CN=*.google.fr",
"serial": "4e79dbb13c6b57b309780da2d1edbda4"
}
Manual install, by executing:
$ gem install fluent-plugin-ssl-check
Add to Gemfile with:
$ bundle add fluent-plugin-ssl-check
plugin in 1.x.x will work with:
FAQs
Unknown package
We found that fluent-plugin-ssl-check demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.