groldo

Results 6 comments of groldo

`/certs/ca.crt`does exist. it gets host mounted by docker-compose. And the '/certs' path actually comes from [here](https://github.com/AppDaemon/appdaemon/blob/615c84ffc4d835824aaf70e4f426f9323bc857e5/docs/DOCKER_TUTORIAL.rst#home-assistant-ssl). Before this I a had set it up to `/usr/local/share/ca-certificates/ca.crt`. Additionally appdaemon does load...

This said the issue topic might be a bit catchy, as it does effect the websockets connection. But I will leave it as it is.

docker-compose creates the path on startup and mounts the file to that exact path. So I can assure you the certificate is present and valid. ``` # docker-compose exec appdaemon...

Hello, i have a code-server setup: with a Dockerfile ```Dockerfile FROM codercom/code-server:4.12.0 RUN sudo apt-get update && sudo apt-get -y install --no-install-recommends python3-venv python3-pip RUN code-server --install-extension ms-toolsai.jupyter RUN code-server...

Thanks for your feedback it was quite valuable. The cache guess was a miss, but I came up with another browser, in my case a safari, which does worked. And...

I have a slightly different setup but the problem seems to be the same: I use a [devcontainer setup](https://github.com/groldo/jupyter_devcontainer), have the jupyter extension installed there and connect to a local...