the certificate renewal is done via icewarp console administration , it stucks and there is error messager , i did reboot and restart services but the issue still persist
I wonder if someone is intercepting your connectivity to the Let's Encrypt API endpoint and causing your outbound TLS connection to fail (because of failed certificate validation).
and see what certificate the API server appears to present in the output of this command.
(The -servername option is not required in newer versions of OpenSSL, but I gave the traditional form because I don't know what version of openssl you have.)
Edit: I guess this possibility is unlikely because it would probably have made your curl -v command fail too, but it might be worth trying just for lack of any other ideas...