Topic on Extension talk:CirrusSearch

Http error communicating with Elasticsearch

2
Summary by Legaulph

Had the wrong endpoint

Legaulph (talkcontribs)
MediaWiki 1.31.6
PHP 7.3.15 (cgi-fcgi)
MySQL 5.6.41-log
LinkedWiki 3.3.7
CirrusSearch 0.2 (ad9a0d9) 16:24, 17 April 2018
Elastica 1.3.0.0 (7019d96) 20:49, 13 April 2018
CirrusSearch was working and I can connect to the elasticsearch 
D:\xampp\htdocs\mediawiki>curl server.com:9200 --verbose
*Trying fe80::a8b7:e5c8:323:6b1d:9200...
*TCP_NODELAY set
*Connected to server.com (fe80::a8b7:e5c8:323:6b1d) port 9200 (#0)
> GET / HTTP/1.1
> Host: server.com:9200
> User-Agent: curl/7.68.0
> Accept: */*
>
*Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< content-type: application/json; charset=UTF-8
< content-length: 328
<
{
 "name" : "nqKWfGO",
 "cluster_name" : "elasticsearch",
 "cluster_uuid" : "nfxRkxclRwat03NRtCZuhA",
 "version" : {
   "number" : "5.6.16",
   "build_hash" : "3a740d1",
   "build_date" : "2019-03-13T15:33:36.565Z",
   "build_snapshot" : false,
   "lucene_version" : "6.6.1"
 },
 "tagline" : "You Know, for Search"
}
*Connection #0 to host AWSACRNVA1046.jnj.com left intact

Trying to update I get:

Fetching Elasticsearch version...
Unexpected Elasticsearch failure.
Http error communicating with Elasticsearch:  Operation timed out.
Legaulph (talkcontribs)

Sorry this is my error