Ryan White
Ryan White
I am also seeing this issue. I'm running Python 3.9.5 on Windows. Does anyone have a workaround for this issue? I find it hard to believe that running from source...
I created a pull request that fixes this here: https://github.com/ElasticHQ/elasticsearch-HQ/pull/542
I created a PR that fixes the startup issue. It is here: https://github.com/ElasticHQ/elasticsearch-HQ/pull/542
I see that the test suite has failed here: ``` ====================================================================== [1270](https://ci.appveyor.com/project/greyfenrir/taurus-bfy06/builds/42433759#L1270)ERROR: test_check_for_updates (unit.test_engine.TestEngine) [1271](https://ci.appveyor.com/project/greyfenrir/taurus-bfy06/builds/42433759#L1271)---------------------------------------------------------------------- [1272](https://ci.appveyor.com/project/greyfenrir/taurus-bfy06/builds/42433759#L1272)Traceback (most recent call last): [1273](https://ci.appveyor.com/project/greyfenrir/taurus-bfy06/builds/42433759#L1273) File "C:\projects\taurus-bfy06\tests\unit\test_engine.py", line 183, in test_check_for_updates [1274](https://ci.appveyor.com/project/greyfenrir/taurus-bfy06/builds/42433759#L1274) self.obj._check_updates('bla-bla') [1275](https://ci.appveyor.com/project/greyfenrir/taurus-bfy06/builds/42433759#L1275)...
@miguelmota , any extra work you would like to see here to address this? I am new to contributing on GitHub, so apologies if I am leaving something out.
I am still seeing this issue, although with a slightly different error message. I see a repeating of: ``` data-prepper | 2023-11-06T18:30:05,749 [service-map-pipeline-sink-worker-4-thread-1] WARN org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSink - Failed to initialize OpenSearch...
Thanks @t1 , much appreciated. I am not defining any certificate myself. I believe the example is defining its own certificate from the `examples` folder here: https://github.com/opensearch-project/data-prepper/blob/2d7e4d353a723759743fc0922372f5ca16da9f0c/examples/jaeger-hotrod/docker-compose.yml#L25 Is it possible...
I haven't been able to debug the certificates issue. I am not sure which part is going wrong there. I have tried to set this up without using any security...