39 lines
1.6 KiB
Markdown
39 lines
1.6 KiB
Markdown
+++
|
|
title = "Version 0.11.2 released"
|
|
description = "The 0.11.2 release has been published. RSS Please can now be configured to disable TLS certificate verification, which is useful for handling self-signed certificates."
|
|
date = 2026-01-05T15:19:41+10:00
|
|
|
|
#[extra]
|
|
#updated = 2024-02-20T22:57:15+10:00
|
|
+++
|
|
|
|
_RSS Please is a command line tool that allows you to generate RSS feeds from web pages.
|
|
Parts of the page are extracted using CSS selectors and a feed generated from the matching
|
|
items. RSS Please runs on Linux, macOS, Windows, BSD, and more._
|
|
|
|
The 0.11.2 release has been published. RSS Please can now be configured to
|
|
disable TLS certificate verification, which is useful for handling self-signed
|
|
certificates.
|
|
|
|
<!-- more -->
|
|
|
|
## Version 0.11.2
|
|
|
|
[This release][release] adds a new optional boolean property,
|
|
[insecure_disable_certificate_verification](@/documentation.md#insecure-disable-certificate-verification),
|
|
to the configuration file (default `false`) indicating whether to disable
|
|
verification of TLS certificates.
|
|
|
|
This setting applies to the HTTP client used by RSS Please, thus it will apply to
|
|
every feed in the configuration. It should only be enabled in specific
|
|
situations where certificates fail verification due to being self-signed or
|
|
missing intermediate certificates.
|
|
|
|
- [Full Changelog](https://github.com/wezm/rsspls/compare/0.10.0...0.11.2)
|
|
- [Download][release]
|
|
|
|
If you find `rsspls` useful please consider a one-off or recurring contribution
|
|
to support development [on GitHub Sponsors][sponsor].
|
|
|
|
[release]: https://github.com/wezm/rsspls/releases/tag/0.11.2
|
|
[sponsor]: https://github.com/sponsors/wezm
|