Browsers have no problem connecting. Not sure of it matters, but the way I have it set up is apache on the docker host is responding on port 443, terminating ssl, and then proxying the request to the pmm docker container.
Is this a known issue? Is there a quick and easy workaround, e.g. passing an extra CA certificate via docker -v to the container?
I am not actually using nginx for handling SSL. I am using Apache on the host to terminate SSL and proxy the connection to the docker container. Everything else works just fine with the https endpoint this way, but pmm-admin emits the error saying that it doesn’t recognise the signing authority. It is only pmm-admin that seems to have this problem.