0

I have question, suppose server side is setup to connect via TLS (v1.0 or later), and the client uses the library so that it can connect via TLS.

 [client] - TLS -> [on-prem server]

So the connection is secured (encrypted). Now, we move this application to Bluemix, and uses Secure Gateway.

 [client] -> [sg host] --- ssl --> [sg host] --> [on-prem server]

In this case, do I need to setup to use "Server Side TLS" ? Or just using TCP is fine ? Just using TCP seems to work all right.

Thanks !

ibmamnt
  • 129
  • 8

1 Answers1

0

For the connection to be secured (encrypted), you have to setup to use Server Side TLS.