Forum Discussion

Daniel_Ao_10370's avatar
Daniel_Ao_10370
Icon for Nimbostratus rankNimbostratus
Apr 01, 2010

SSL Tunnel for Socket traffic and HTTP traffic

I have developed an client-server application which client side application will initiate two socket connections and one http connection to our backend server. I would like to put these connections into a single SSL tunnel using LTM. How can I do that?
  • In addition, there are three different backend servers for this application. one is for receiving HTTP traffic, and another two are for receiving Socket traffic.
  • I would look at using the Edge Gateway product for this use case.

     

    -Matt
  • I know LTM can implement SSL tunnel using irules(HTTP::CONNECT). But I would like to work out a solution which can group multiple socket connection and HTTP connection into a single SSL tunnel.