Slogger icon indicating copy to clipboard operation
Slogger copied to clipboard

FeedLogger/BlogLogger Error parsing https feed

Open jpaechnatz opened this issue 10 years ago • 3 comments

I'm running slogger on linux, ruby and gems are installed.

FeedLogger and BlogLogger both having trouble with SSLv3 server certificate.

For example: 16:02:28 BlogLogger: Error parsing https://geknupp.de/blog/feed/, retrying (3/3)

<OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed>

Could I disable the verify? Thanks.

jpaechnatz avatar Mar 05 '14 15:03 jpaechnatz

BlogLogger isn't set up for SSL, is there an http:// address available for this feed?

On 5 Mar 2014, at 9:06, jpaechnatz wrote:

I'm running slogger on linux, ruby and gems are installed.

FeedLogger and BlogLogger both having trouble with SSLv3 server certificate.

For example: 16:02:28 BlogLogger: Error parsing https://geknupp.de/blog/feed/, retrying (3/3) #<OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed>

Could I disable the verify? Thanks.


Reply to this email directly or view it on GitHub: https://github.com/ttscoff/Slogger/issues/269

ttscoff avatar Mar 05 '14 15:03 ttscoff

I check multiple Feeds. Atleast two of them are https only.

jpaechnatz avatar Mar 05 '14 17:03 jpaechnatz

switched to RSSLogger... seems to support https/ssl

jpaechnatz avatar Mar 06 '14 07:03 jpaechnatz