Michael Hopstock

Results 6 comments of Michael Hopstock

I'm having the exact same issue. Running Docker for Mac 1.13 (so kinda native) I'm trying to build a Spring Boot Application (basically following [this guide](https://spring.io/guides/gs/spring-boot-docker/)): ```gradle buildscript { repositories...

for me the issue was an http proxy in between, which was sending a forbidden (to not use it for the connection to checkmk). I was able to see the...

this looks like grafana is not trusting the certificate from the checkmk I'm using the grafana operator inside k8s, there this can be achieved by mounting the certificates to [`/etc/ssl/certs/ca-certificates.crt`](https://community.grafana.com/t/adding-a-custom-ca-root-chain-in-trusted-certificates-in-grafana-docker/18059)...

if you use the HA mqtt add on, this gets configured automatically e.g ``` [12:45:14] INFO: Configuration: { "dtu": { "host": "192.168.1.20", "port": 10081 }, "app": {}, "app_mode_active": {}, "app_mode_passive":...