SSL not working

@Ajaxhan_Anna My working config looks like this:


# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
   base_url: https://changetoyours.duckdns.org
   server_port: 8123
   ssl_certificate: /ssl/fullchain.pem
   ssl_key: /ssl/privkey.pem
# Text to speech
tts:
   platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

2 Likes