1
votes

We use IBM-Watson java SDK. What kind of security is there between my client and the Watson services?

For example:

  • I assume HTTPS is used for outbound
  • TLS 1.2?
  • strong cyphers (list supported)
  • verifying certificates
1

1 Answers

2
votes

The IBM Watson Java-SDK uses OkHttp for HTTP/WebSockets requests. Therefore, the security between Watson and your application is managed by that dependency.

You can read more about the security features in OkHttp here.