Secure BOSH listener fails to start because certificates are not correctly recognized
Description
In HttpBindManager.createSSLConnector(), domain parameter is passed as "*", but CertificateManager.isCertificate() does not work as expected when the domain is "*".