Hi all,
I bought a domain and forwarded it to my external IP_address of my router. From there the ports of 443 are forwarded to my ubuntu server where home assistant is running in a docker environment. I can reach the server fine through the domain, unfortunately so can others ;(. I already have a strong passwd and MFA, but I would like to integrate SSL_client authentication. When I tried to configure this, it seemed that my nginx-service was not regulating the webservice traffic.
I saw from some troubleshooting that the file configuration.yaml in my dockerconfig file is used to authenticate for SSL-certs. I get the same output when I comment all the entries in nginx/sites-available/default with a #. And for verification if I uncomment the SSL-certificate line in this file, it doesn’t work anymore
My question ( and goal ), is to use SSL-client authentication and I want to configure it in nginx, but somehow my home assistant docker env is not using the nginx service.
Perhaps y’ll got some troubleshooting steps for me to go through ?
Thanks in advance,