In #1970 we are disabling the HTTPS tests for aarch64 because since 2025-08, the OpenSSL Security Level is set to 3, which just accepts modern and strong ciphers. Unfortunately, the aarch64 built is build without OpenSSL EC support - which effectively means we can't use any host out there as all of them use EC-based ciphers (if they are conform with OpenSSL security level 3).
So if OVMF ever gets support for OpenSSL EC ciphers, we should bump and add the test again.
In #1970 we are disabling the HTTPS tests for aarch64 because since 2025-08, the OpenSSL Security Level is set to 3, which just accepts modern and strong ciphers. Unfortunately, the aarch64 built is build without OpenSSL EC support - which effectively means we can't use any host out there as all of them use EC-based ciphers (if they are conform with OpenSSL security level 3).
So if OVMF ever gets support for OpenSSL EC ciphers, we should bump and add the test again.