PKIX Path Building Failed Error
Problem
Solution
1
Add Certificate to Apinizer
The public certificate of the relevant address should be added to Apinizer from the Certificate Management page.
2
Download Certificate (Optional)
If there is no browser that can access the address, it can be downloaded with the following command on a server with openssl application installed and that can access the address:
Certificate Issue in WS-S/WS-STS Token Retrieval in SOAP Services
Problem
Reason/Why
Since the certificate loaded to Apinizer cannot be seen in SOAP service call, token retrieval of this service needs to be done through reverse proxy.Solution
A reverse proxy that routes with the relevant token retrieval address is created and the token retrieval address of the wss/wssts policy in the service using tokens is given as this service. In rare cases, it may be necessary to change the address in the xml message with script through reverse proxy.
SSL Certificate Issue in MSSQL Connections
Problem
Reason/Why
MSSQL jdbc library has been updated with the security update made in version 2025.07.4.
Solution
1
Configure Certificate
SSL certificate should be correctly configured in the connection to your database. The relevant certificate should be added to Apinizer under Secret Manager > Certificates.
Note: In your internal systems and development or test environments, this error can be bypassed by adding one of the following parameters to the jdbc url:
;encrypt=false(not recommended);trustServerCertificate=true(should be added carefully, possible consequences in terms of security should be considered)

