-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Milestone
Description
Describe the bug
FreshRSS won't use XPath to scrape a website that has SSL issues, regardless of whether the "Verify SSL Security" setting is on or off.
To Reproduce
Steps to reproduce the behavior:
- Set up an XPath feed using the following settings:
- Finding news items:
//div[contains(@class,'FeedCard')]
- Item title:
descendant::h2
- Item content:
descendant::p
- Item link:
descendant::a/@href
- Item author:
descendant::span[contains(@class,'bylines')]
- Item date:
descendant::span/@data-source
- Get the error: "Blast! This feed has encountered a problem. Please verify that it is always reachable then update it."
- Run the command
curl -v https://apnews.com/hub/world-newsto verify that there is an SSL error on the website. - Run the command
curl -v -k https://apnews.com/hub/world-newsto verify that using cURL to ignore the SSL error scrapes the website successfully.
Expected behavior
FreshRSS would scrape the website normally once the "Verify SSL Security" toggle was turned off.
Environment information (please complete the following information):
- Device: Intel NUC
- OS: Fedora 36
- Browser: N/A
- FreshRSS version: 1.20.0
- Database version: Unknown (Docker image)
- PHP version: Unknown (Docker image)
- Installation type: Docker image
Additional context
This "feed" worked as recently as 24 hours ago, presumably because the website's SSL settings were correctly set up at that time, though I hadn't bothered to test cURL until it stopped working about 12 hours ago.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


