When you start Memgraph with SSL, the default configuration for the exporter does not work.
curl localhost:9091 returns Empty response.
What should be added:
- Add protocol support in
config.yml to support both http and https
- Add a way to skip verification of the SSL certificate because self-signed certs + SSL won't work with the current setup
When you start Memgraph with SSL, the default configuration for the exporter does not work.
curl localhost:9091returnsEmpty response.What should be added:
config.ymlto support bothhttpandhttps