------------------------------------------------
check_name | flathub-hooks
build_id | 268912
job_id | 514320
status | 3
status_reason | One or more validations failed.
results | {"diagnostics":[{"refstring":"app/it.andreafontana.hideout/aarch64/stable","is_warning":false,"category":"flatpak_builder_lint","data":{"stdou
t":{"errors":["appid-url-not-reachable"],"info":["appid-url-not-reachable: Tried https://andreafontana.it"],"message":"See https://docs.flathub.org/linter for
details and exceptions"},"stderr":""}},{"refstring":"app/it.andreafontana.hideout/x86_64/stable","is_warning":false,"category":"flatpak_builder_lint","data":
{"stdout":{"errors":["appid-url-not-reachable"],"info":["appid-url-not-reachable: Tried https://andreafontana.it"],"message":"See
https://docs.flathub.org/linter for details and exceptions"},"stderr":""}}]}
Server-side check fails.
master:~$ curl https://andreafontana.it
curl: (60) SSL: no alternative certificate subject name matches target host name 'andreafontana.it'
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above
Ah, I think I get it now. Those Flathub machines are using IPv6, while the test ones use IPv4. I see the domain is misconfigured for IPv6 (it points to a different host); I’ll try to fix the AAAA record now.
OK @barthalion I removed the AAAA record from the host and initiated a new build. The publishing succeeded this time . However, I’d recommend addressing the discrepancy between the machines to avoid future issues.