I was using hass.io for sometime now and all was working well until today. I updated hass.io to the latest version (0.75.0) and also updated configurator and restarted the raspberry pi. Everything in running well except for configurator for which I get the following error in the logs.
Traceback (most recent call last):
File "/configurator.py", line 4841, in <module>
main(sys.argv[1:])
File "/configurator.py", line 4831, in main
server_side=True)
File "/usr/local/lib/python3.6/ssl.py", line 1149, in wrap_socket
ciphers=ciphers)
File "/usr/local/lib/python3.6/ssl.py", line 747, in __init__
self._context.load_cert_chain(certfile, keyfile)
FileNotFoundError: [Errno 2] No such file or directory
That’s odd. Nothing changed regarding the location of the certificate. Please add the option "loglevel": "debug" to the config and restart the addon. On the bottom of the page then refresh the log and paste the output here (watch out for possibly sensitive information that should get redacted).
Well, it tells me that the new way of providing the settings to the configurator actually works the way it should.
What you could try is changing the value of the option to the full path. I’m not a hassio user, so I’m not sure what the correct value is. I think it may be /ssl/fullchain.pem and /ssl/privkey.pem.
Hi,
Last night I downloaded the update and had the same problem as above, this morning I have tried again but now I can’t get passed my password screen in HA, I can get into the configuration.yami etc through Samba and have tried changing the password but this doesn’t work. Can anyone give me any ideas?
Sorry, I should have been clearer, yes, it’s from that link that I get to the password page. But then when I enter the password it doesn’t let me in. The app has also stopped working. There is a section at the top of the settings page that says “myaddress.duckdns.org:8123 - 0.73.2 - HTTPS - Requir… " if that is anything to do with the issue.