RTSDK / EMA : How to connect with Encrypted Socket with a SOCKS proxy ?

Hi,

Using RealTime SDK EMA API, we can use Encrypted Websocket or Encrypted Socket.

Encrypted socket is recommended for better performance over Encrypted websocket.

For security reason we’re forced to use an http/https proxy.

It is fine with Encrypted Websocket but it doesn’t work with Encrypted Socket because it’s not https.

We may able to use a SOCKS proxy for non https connection but how to configure it in EMA API with Encrypted Socket ?

Best Answer

Answers

  • Hello @franck.arnulfo

    There is the ProxyHost and ProxyPort parameters for the Channel Types configurations.

    config-proxy.png

    I am not sure if they are what you want, you can find more detail in the EMA Configuration Guide document.

  • Hello @franck.arnulfo

    I have rechecked the EMA API readme file (Java, C/C++). I found that the SDK supports and qualified with the following proxy authentications:

    Proxies:

    Authentication Schemes:

    • Basic
    • NTLM
    • NEGOTIATE/Kerberos

    I am checking with the RTSDK team about the SOCSK5 proxy support. I will give you more updates as soon as I receive any information from the team.