We have been asked to invoke a specific rest service with BASIC AUTHENTICATION over HTTPS (TLS 1.2). I am using Spring restTemplate to invoke this service.
If it is less than TLSv1.2, I can use HTTP client to enforce 1.2. But How do I check what TLS version is being used by restTemplate?