You can increase the allowed size. Keep in mind that the memory consumption of Simplifier will increase and that large request have the potential to harm the plattforms stability. Do always change these settings with care.
Open the file “<SimplifierDataDir>/conf/include.conf”. If this file does not exist, create it.
Add the following lines:
akka.http.parsing.max-to-strict-bytes = 50m
akka.http.client.parsing.max-content-length = 50m
akka.http.server.parsing.max-content-length = 50m
This will set the allowed payload size to 50 Megabyte. Change the value to your need, but keep in mind the possible problems described earlier.
Simplifier needs to be restarted for these changes to take effect.
You can increase the allowed chunk size for the SOAP connector. Keep in mind that the memory consumption of Simplifier will increase and that large request have the potential to harm the plattforms stability. Do always change these settings with care.
Open the file “<SimplifierDataDir>/conf/include.conf”. If this file does not exist, create it.
Add the following lines:
akka.http.parsing.max-chunk-size = 5m
This will set the allowed chunk size to 5 Megabyte. Change the value to your need, but keep in mind the possible problems described earlier.
Simplifier needs to be restarted for these changes to take effect.
The TLS certificate used by the target Simpilfier instance is not recognized as a trusted certificate by the target instance. Most likely a TLS certificate issued by a custom CA is used. Please follow the steps explainded here to make the certificates of the target instance known to the transport system of the source instance.