pluto icon indicating copy to clipboard operation
pluto copied to clipboard

error: SSL_connect

Open infominer33 opened this issue 4 years ago • 3 comments

doesn't happen every time... but this is the second time it happened today. so I figured it was worth reporting here.

[info] found cache entry for >https://glia.net/the-blog?format=rss<
[info] adding header If-None-Match (etag) >W/"0fc4cbe2e2ab08cd539e871f3f48f9d2"< for conditional GET


*** error: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3/TLS write client hello

##[error]Process completed with exit code 1.

infominer33 avatar May 21 '20 19:05 infominer33

Thanks for reporting the SSL / HTTPS connection errror.

geraldb avatar May 22 '20 07:05 geraldb

I guess the problem is, not so much the connection error, as the build failing because of that connection error.

infominer33 avatar May 22 '20 11:05 infominer33

I see - good point - I try to add the error to the list of "recovered" catched errors that get logged but processing (on the next feed) continues. The rescue line is here https://github.com/feedreader/pluto/blob/master/pluto-feedfetcher/lib/pluto/feedfetcher/cond_get_with_cache.rb#L42.

geraldb avatar May 22 '20 11:05 geraldb