I am using a spring boot 2.0.2 app to make REST api calls to an external api via HTTPS.
I am new to the world of TLS and SSL. My understanding is TLS is the more secure way of communicating secure sensitive data.
My questions are:
- How do I determine what version of TLS my app is using ?
- As a consumer of an API what should I do to ensure I am communicating using a particular version of TLS ?
- Is TLS a client side thing or a server side thing or is it both ?