Page MenuHomePhabricator

echostore connection error in Beta Cluster
Closed, ResolvedPublic

Description

Error fetching URL "https://deployment-echostore01.deployment-prep.eqiad.wmflabs:8080/echoseen/v1/global%3Aecho%3Aseen%3Amessage%3Atime%3A17": (curl error: 35) SSL connect error

Interacting with Beta cluster and logging enabled, Logstash shows the above errors. This suggets its configuration is either pointing to the wrong address or the server is unstable/unavailable.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
BPirkle added subscribers: Eevans, BPirkle.

@Eevans , do you have insight that will help us categorize this?

echoseen in deployment-prep doesn't do HTTPS

BPirkle assigned this task to Clarakosi.

Correction: this is us after all.

Change 597348 had a related patch set uploaded (by Clarakosi; owner: Clarakosi):
[operations/mediawiki-config@master] Echostore: Fix labs configuration

https://gerrit.wikimedia.org/r/597348

Change 597348 merged by jenkins-bot:
[operations/mediawiki-config@master] Echostore: Fix labs configuration

https://gerrit.wikimedia.org/r/597348

It now works:

$ curl -X POST -H 'Content-Type: application/octet-stream' -d 'sample value' http://deployment-echostore01.deployment-prep.eqiad.wmflabs:8080/echoseen/v1/test_key

$ curl http://deployment-echostore01.deployment-prep.eqiad.wmflabs:8080/echoseen/v1/test_key
sample value