pwestlake
In the lightstreamer_conf.xml file, is there a way of specifying a certificate alias to use from the keystore? I would like to use a keystore that contains a number of certificates and with my current configuration
<keystore>
<keystore_file>myserver.keystore</keystore_file>
<keystore_password>mypassword</keystore_password>
</keystore>
, the wrong certificate is chosen.
Thanks.