-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fetcher] howto ignore ssl errors #221
Comments
Comment by PatrickGotthard Hi pumpadump, could you please give us the Stacktrace and the URL of the feed? Regards, |
Hi Patrick,
Affected feeds:
I also get this exception:
for these feeds:
Most of them seem to work in a standard web browser. Java Version is:
Rome Version is: |
Hi @pumpadump, currently we are discussing about the future of rome fetcher. The simplest/fastest solution for your problem will be that you download the feed yourself (without rome-fetcher) using e.g. Apache HttpClient and then parse the feed with rome. Is that a viable solution for you? Regards, |
The first error is not caused by Rome. Same exception is thrown when running this code: I can't reproduce the second exception. |
I know that these errors are not caused by Rome. But if i build my own feed fetching i can circumvent them for example with configuring the httpclient builder like that:
But if i want to use rome i cannot configure the http client. |
This is a case where rome-fetcher is too inflexible. Please have a look at #276, we will remove support for rome-fetcher in the next major version. |
Issue by pumpadump
Thursday Feb 04, 2016 at 20:56 GMT
Originally opened as https://github.com/rometools/rome-fetcher/issues/22
Hi,
I have a use case where i would like to retrieve a rss feed from sites that have invalid or broken certificates. Is there a possibility to configure the feedfetcher to ignore all ssl exceptions?
The text was updated successfully, but these errors were encountered: