Probleme with let's encrypt // ICEWARP

Hello let’s encrypt team,

Since a while , we could not issue let’s encrypt certificate for all our customer webmail domain names from our server ICEWARP

Application installed : ICEWARP
Provider : ICOSNET ITSP Algeria

below the test results : the server is able to connect with LE server

connected_let_enrypt

telnet test :

telnet_let_encrypt

curl test :

curl_let_encrypt

there is no http filter from our firewall to our server :

nmap_aucun_filtrage

below ping test

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

please if someone is able to help here

Br

What is the error message?

3 Likes

hello ,

this is the only error message that shows but not always

Well, that's not a very helpful error message. Is there perhaps more verbose logging possible?

3 Likes

there are only those error messages

You may have to contact ICEWARP for more help. As your tests show, the server appears to have working connectivity so I am not sure what is wrong.

4 Likes

yeah i already suggest their help but with no solution for the moment

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).

Maybe try

openssl s_client -connect acme-v02.api.letsencrypt.org:443 -servername acme-v02.api.letsencrypt.org

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... :frowning:

3 Likes

These tests should be on port 443:
image
image

I believe that is mostly shown here:
image

I'm leaning towards:

  • IPS blocking
    OR
  • MTU issue

Has this ICEWARP ever been able to obtain an LE cert?

5 Likes

yeah the issue appeared since month ago

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.