I am working on rest assured to test the rest APIs. When I am hitting my rest api through rest assured I got below error in some of the api not in all apis. ERROR - "javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS10 is not accepted by clien preference [TLS13, TLS12]"
I tried hit rest API through rest assured I was expecting api will be hiy successfully but I am getting this error. Specially in registration and login API javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS10 is not accepted by clien preference [TLS13, TLS12]