I upgraded Polyglot from 2.2.3 to 2.2.11 via the Polyglot user interface since it prompted me to upgrade in the user interface. Polyglot is installed on a Raspberry Pi.
I see the following messages in .polyglot/log/debug.log
4/11/2021, 16:58:25 [polyglot] debug: Created PID file: /home/pi/.polyglot/polyglot.pid
4/11/2021, 16:58:26 [polyglot] info: Starting Polyglot....
4/11/2021, 16:58:26 [polyglot] info: Settings: Polyglot Version 2.2.11
4/11/2021, 16:58:26 [polyglot] info: Settings: Retrieved config from database
4/11/2021, 16:58:26 [polyglot] info: Settings: Retrieved config overrides from .env and updated database
4/11/2021, 16:58:26 [polyglot] debug: TLS: Found Keys and Certificate data in database. Exporting to /home/pi/.polyglot/ssl/
4/11/2021, 16:58:27 [polyglot] debug: Checking for DB Maintenence needs...
At the command line when I start "./polyglot-v2-linux-armv7", I am seeing the following SSL error:
4/11/2021, 16:58:25 [polyglot] debug: Created PID file: /home/pi/.polyglot/polyglot.pid
4/11/2021, 16:58:26 [polyglot] info: Starting Polyglot....
4/11/2021, 16:58:26 [polyglot] info: Settings: Polyglot Version 2.2.11
4/11/2021, 16:58:26 [polyglot] info: Settings: Retrieved config from database
4/11/2021, 16:58:26 [polyglot] info: Settings: Retrieved config overrides from .env and updated database
4/11/2021, 16:58:26 [polyglot] debug: TLS: Found Keys and Certificate data in database. Exporting to /home/pi/.polyglot/ssl/
4/11/2021, 16:58:27 [polyglot] debug: Checking for DB Maintenence needs...
4/11/2021, 16:58:27 [polyglot] debug: DB Version Found: 2 no maintenence necessary.
4/11/2021, 16:58:27 [polyglot] info: Aedes MQTT Broker Service: Started on port 1883
4/11/2021, 16:58:27 [polyglot] error: Startup error. Shutting down: Error: error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small
4/11/2021, 16:58:27 [polyglot] info: Polyglot shutdown complete with code: 1
Looks like the upgrade was unsuccessful, but it did not report any errors in the UI. The admin UI does not load. How can I fix the issue?