The Kelvin API manually passes the UCS CAs file path when opening a connection, to prevent SSL certification errors. A pyhook code using the "self.udm" attribute may encounter such an error anyway. Register the UCS CA with the aiohttp/requests certification backend (certifi), so that neither the Kelvin API nor Pyhooks can run into SSL certification errors when communicating with the UDM REST API on the Docker host.
This is now done when installing or upgrading the app. [feature/kelvin a988c5405] Bug #51510: register UCS CA with certifi store [feature/kelvin 546154a51] Bug #51510: fix appcenter configure script
[feature/kelvin c45e3f025] Bug #51509, Bug #51510: changelog The updated "configure" script has been uploaded to the test appcenter for version "1.1.1".
Tests: OK Functionality: OK Present in Kelvin 1.1.1: OK Changelog: OK
Code was released with app version "1.1.1".