Documentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
PKIX Path Building Failed Error
Problem
Solution
Add Certificate to Apinizer
The public certificate of the relevant address should be added to Apinizer from the Certificate Management page.
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
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)

