When I want to make a Unirest connection from java it gives me the following error
https://developer.atlassian.com/cloud/assetsapi/rest/api-group-assets/#api-asset-get
From the browser it returns the json

With postman it returns the json

But from eclipse with java it gives me the error even though I specify the TLS or SSL version

do you know why it happens? thank you
Hi @jonatan.martin ,
Probably it is because you are using a deprecated SSL version (v3).
Try TLS 1.3.
Reference: https://en.wikipedia.org/wiki/Transport_Layer_Security
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.