We have a Jabber SDK web client service used for the WB Library chat. This service is a client side JavaScript that runs in a browser. We are using BOSH server interface in the HQNA presence server using following URL-
https://<IMPSERVERFQDN>:7335/httpbinding. The IMP server in this cluster are using <CUCMPUBLISHER>-ms.DOMIAN certificate, which is root CA signed. However, the above URL is using <IMPSERVERNAME>-EC.DOMAIN certificate, which is not root CA signed, and therefore we are receiving certificate error. Need explanation on why it is using the ECDSA key type and not the RSA Key type. When accessing URL https://<IMPSERVERFQDN> it uses RSA key type