Improved compatibility with CockroachDB, XML API regression, HTTP Client auth
- The request partner XML request (API) returned a bad xml structure if no post processing event was defined
- Changed the PostgreSQL database creation identity column to type SERIAL for better compatibility
- Replaced the CREATE DOMAIN command for better compatibility with old versions of PostgreSQL and CockroachDB
- Client authentication improvement (HTTP/S): There have been a problem with the client authentication in TLS (HTTPS upload module). In seldom cases CA root certificates stayed untrusted and the TLS handshake failed (just with requested certificate client authentication). As result of a certificate request from the server the TLS client returned an empty list - and the handshake failed.