For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
322 11 16 21

my connection to the API times out. I am using a Java program.

I am trying to access the URL https://hosted.datascopeapi.reuters.com/RestApi/v1/Authentication/RequestToken from my java program using jav.net library, java version 1.7. I am not using Visual Studio. My request always times out. I do not get an error message. Is my ID being blocked by your firewall? Is this a problem with the SSL connection?

dss-rest-apidatascope-selectdssjavarest-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
488 16 20 29

The REST API load balancers support only TLS 1.0. This will be addressed later in 2015. Until then, make sure that you are pointing to TLS 1. To override Java's default settings, add a command line argument, such as:

Dhttps.protocols=TLSv1

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Note: TLS 1.2 is supported since early 2016.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.