Hello experts.
The error below occurs when we try to check the connection with SEFAZ (SP, MG and RJ):
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Mensagem de entrada
-->
- <SAP:Error SOAP:mustUnderstand="1"
xmlns:SAP="http://sap.com/xi/XI/Message/30"
xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SAP:Category>XIAdapterFramework</SAP:Category>
<SAP:Code area="MESSAGE">GENERAL</SAP:Code>
<SAP:P1 />
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: iaik.security.ssl.SSLCertificateException: Peer
certificate rejected by ChainVerifier</SAP:AdditionalText>
<SAP:Stack />
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
We already have made the steps below:
1) update the certificate
2) restart in the Java
3) check the firewall.
Thanks