Added

New VOP outgoing request TLS error codes

Three new status details clarify TLS failures on outgoing VOP requests. See the full list of VOP failure codes and status details.

What's new

Status detailMeaning
Server certificate signed by unknown authorityThe receiving server's TLS certificate is not trusted. Verify the certificate chain.
Server did not recognise your certificateThe receiving server rejected your client certificate. Check that your certificate is valid and correctly configured.
Error decoding message from serverThe response from the receiving server could not be decoded. This typically indicates a TLS handshake or encoding mismatch.