Anton Prokopovich
Anton Prokopovich
@elliottb303 Where you able to resolve it? I'm facing the similar issue after cloning the repo and running `make docker-generate`: `"Error generating config netsnmp" err="error parsing yml config: yaml: unmarshal...
Are there any updates on this? I'm facing the same issue when trying to connect with -plaintext option. I'm able to connect when I replace it with -insecure option but...
I was able to resolve it by omitting the `-plaintext` option and passing the `-cacert` option followed by path to the CA certificate file
I'm also wondering when this functionality will be available in mongoengine. And if anyone could show me how to make a workaround to update "modified_at" field each time the ```.update()```...
Faced the same issue today while running kafka tests with dockertest and using the same kafka/zookeeper configuration as in the mentioned [example](https://github.com/ory/dockertest/blob/v3/examples/Kafka.md)