## **Step 4 – Edit the configuration.yaml file and test the connection**
Ok, so the certificate is now created. If you had to use port 443 instead of port 80 for the **ha_lets_encrypt** port forwarding rule, you should delete it now. If you used port 80, then you can leave it as it is. Then, create a new port forwarding rule using the following information:
* Service name: ha_ssl
* Port Range: 443
* Local IP: Your_Home_Assistant_IP
* Local Port: 8123
* Protocol: Both
How do I do this on this router because this does not do a nat from port 443 to 8123. What it does is open that range
my configuration.yaml
http:
# Secrets are defined in the file secrets.yaml
api_password: !secret http_password
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
ssl_certificate: /etc/letsencrypt/live/x.duckdns.org/fullchain.pem
ssl_key: /etc/letsencrypt/live/x.duckdns.org/privkey.pem
base_url: x.duckdns.org:8123
I have problems authenticating spotify. From what I read my connection should be https
As it configures everything, I can not get it to connect by this protocol
With regard to port 443 I base myself on the tutorial that can
In that example you gave, it most certainly only opens ONE port. 443. In YOUR router you would need to open port range 443 to 443 (one port in the range) and forward that to 8123, assuming you want to use 443 instead of 8123. The problem here is a lack of understanding your router’s capabilities, something you need to spend a few minutes learning.
Hi. I still have some problems.
I can not forward from port 443 to 8123, so configure x.duckdsn.org:8123.
Now I find a problem. Inside my house I can not access by the name of dns, I have to do it with the ip number 192.168.0.2:8123.
This means that when I want to enter it does not allow me to do it as a safe connection.
And when I want to install the IOS app it does not allow me to put a local address.
What am I doing wrong? Thank you
@flamingm0e@nickrout
my router does not allow nat to an internal port. In that case, they mean that I have another method to do it? Excuse me but I do not speak English and it is difficult to interpret the technical. Thank you