[ https://issues.apache.org/jira/browse/NUTCH-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17471320#comment-17471320 ]
ASF GitHub Bot commented on NUTCH-2903: --------------------------------------- sebastian-nagel merged pull request #703: URL: https://github.com/apache/nutch/pull/703 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@nutch.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Unable to Connect to Elasticsearch over HTTPS > --------------------------------------------- > > Key: NUTCH-2903 > URL: https://issues.apache.org/jira/browse/NUTCH-2903 > Project: Nutch > Issue Type: Improvement > Components: indexer > Affects Versions: 1.18 > Reporter: Geng Hong > Assignee: Sebastian Nagel > Priority: Major > Fix For: 1.19 > > > Unable to connect ES from Nutch over HTTPS with the following error message: > > 2021-11-16 16:37:22,034 DEBUG client.RestClient - request [POST > http://192.168.0.105:9200/_bulk?timeout=1m] failed > org.apache.http.ConnectionClosedException: Connection is closed > at > org.apache.http.nio.protocol.HttpAsyncRequestExecutor.endOfInput(HttpA > syncRequestExecutor.java:356) > > at > org.apache.http.impl.nio.client.InternalRequestExecutor.endOfInput(Int > ernalRequestExecutor.java:132) > > at > org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(Def > aultNHttpClientConnection.java:261) > > at > org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(Intern > alIODispatch.java:81) > > at > org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(Intern > alIODispatch.java:39) > > at > org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(Abstrac > tIODispatch.java:114) > > at > org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor. > java:162) > > at > org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(Abstra > ctIOReactor.java:337) > > at > org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(Abstr > actIOReactor.java:315) > > at > org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOR > eactor.java:276) > > at > org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.j > ava:104) > > at > org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.r > un(AbstractMultiworkerIOReactor.java:591) > > at java.lang.Thread.run(Thread.java:748) > -- This message was sent by Atlassian Jira (v8.20.1#820001)