@alextav wrote:
Hello,
I’m pretty new to hass.io and yesterday I tried to set it up on my rpi3 and get it working with google assistant.
When I reach the point where I have to add my test app it doesn’t seem to work. The browser opens but I get an error stating:“This site can’t provide a secure connection. ERR_SSL_PROTOCOL_ERROR”.
I added the duckdns add-on and created my domain so I don’t really know what the problem is except for the fact that I can’t seem to be able to access my domain with https while http works fine.
I also don’t see any errors in the duckdns add-on log or in the hass.io log. This is my config.yaml file:
# 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://xxxxxxx.duckdns.org: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 scene: !include scenes.yaml # Home Assistant Integration google_assistant: project_id: xxxxxxxx service_account: !include /config/google_service_account.json report_state: true exposed_domains: - switch - light
Posts: 5
Participants: 2