AIO on Ubuntu 22.04.03 and nginx proxy, sslv3 alert handshake failure

After configuring nginx and installing AIO v7.11.2, it tries to run the configuration and check the domain. I have an error in the container logs:

NOTICE: PHP message: The response of the connection attempt to “https://:443” was:
NOTICE: PHP message: Expected was: 79ed2117d10cf166c1daf64838bcb7178cbcf70e85e74a6f
NOTICE: PHP message: The error message was: OpenSSL/3.1.4: error:0A000410:SSL routines::sslv3 alert handshake failure
NOTICE: PHP message: Please follow all-in-one/reverse-proxy.md at main · nextcloud/all-in-one · GitHub in order to debug things!

Looks like there’s an OpenSSL compatibility problem, or maybe something else?

Your pointer

The only solution I found was to remove the container and reinstall with the parameter

–env SKIP_DOMAIN_VALIDATION=true

I think there is a problem with the installer