Cannot connect to Authentication URL

Since Jan.3 2020 our service fails to connect to Authetication URL ( https://api.refinitiv.com/auth/oauth2/v1/token )

Did it change? If so, what's the correct one?

Answers

  • @Serge

    I can run Elektron SDK example connecting to the server and get token from v1 endpoint. Not sure Is there any error code return from your app? Can you provide the status/message?


  • @moragodkrit

    Suddenly it started working this morning.

    Before it was simple failure to establish connection to URL. API Playground reported "Failed to fetch" error.

  • @moragodkrit

    @moragodkrit

    Hi. Do you have any idea on the error shared by the client?

  • the error in the API Docs Playground does not relate to the issue in ETA client mentioned. As I stated in my reply previously, I can run the app connecting to the server so I can't confirm why the client unable to connect to the server. That is the reason that we need to know what is the error return from the ETA app.

  • @moragodkrit

    Ma. Elijah.Romano

    During login our client is using ETA's RDM_LOGIN_USER_AUTHN_TOKEN.

    To get the token, we use libCURL. When we had this problem, curl_easy_perform() was returning "Couldn't connect to server" error.



  • @moragodkrit

    Please see the latest response from Serge. Thanks!


  • To get the token, we use libCURL. When we had this problem, curl_easy_perform() was returning "Couldn't connect to server" error.

    - Serge