Hi,
TLS is enabled on our configuration server (“upgrade mode”, but this isn’t relevant). The server certificate is signed by an intermediate CA. Our admin insists that we must include the intermediate CA certificate and root CA certificate to our trust store (our client application uses Java PSDK). We told him that he should rather put the CA certificates (root and intermediate) on the server side but he says that he can only put one certificate and not a list (the whole chain). I cannot believe that, it doesn’t make sense to ask all clients to add intermediate CA to their trust stores. For a self-signed certificate, it obvious but for a certificate ultimately signed by a root CA, it just can’t be the case.
Is there such limitation with Genesys TLS support?