Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/4e84d1a17cf0d02ace7d83523462c0f81f3c3a49
You should set ROOT_URL correctly, otherwise the web may not work correctly.
thrownewWebException(string.Format("Curl Error {0} for Url {1}",result,curlEasy.Url));
switch(result)
{
caseCurlCode.SslCaCert:
case(CurlCode)77:
thrownewWebException(string.Format("Curl Error {0} for Url {1}, issues with your operating system SSL Root Certificate Bundle (ca-bundle).",result,curlEasy.Url));
default:
thrownewWebException(string.Format("Curl Error {0} for Url {1}",result,curlEasy.Url));