We can now see that connection attempts are also being made to our production channels. This had not been the case since the certificate renewal.
However, these connection attempts are now also failing with the error message “Fatal Alert 42”
For clarity, we would like to summarize the most important facts:
The channels have been operating successfully and without any issues for more than two years.
The connection is always established using TLS 1.2.
The certificate renewal performed in May 2025 was completed successfully and did not require any changes on our side.
During this year’s certificate renewal, Sectigo retired the former root certificate “Sectigo AAA”. The renewed certificate is now based on the new root certificate “Sectigo Public Server Authentication Root R46” and the intermediate certificate “Sectigo Public Server Authentication CA DV R36”.
We would also like to point out that your service at https://sdi.fatturapa.gov.it/ uses the same certificate chain that we use for our endpoints:
https://webservices.xxx.de/TrasmissioneFatture
https://webservices.xxx.de/RicezioneFatture
Furthermore, the log excerpt included in SdI’s response appears to confirm that the TLS handshake currently fails during certificate validation on the client side. In particular, the following error was reported by your system:
“TLS library error: error: routines:tls_process_server_certificate:certificate verify failed”
This message indicates that the server certificate presented by our endpoint could not be validated against the trust store available to the connecting client. Since the TLS handshake terminates at this stage, no application-level communication can take place.
Therefore, we suspect the following root cause:
The previous SSL certificate, valid until 02/06/2026, was issued under the root certificate:
Sectigo AAA
Sectigo has retired this certificate and explicitly stated that renewed certificates can no longer be validated solely against Sectigo AAA. Validation must now be performed using the new root certificate:
Sectigo Public Server Authentication Root R46
Given the “certificate verify failed” error reported by SdI’s system, this appears to be consistent with a missing or outdated trust anchor in the trust store used by the connecting TLS client (SdI).