-
https://selectapi.datascope.refinitiv.com/RestApi/v1/ certificate expiring
We need to update the certificate from DataScope Select API which is about to expire on Nov 22,2024. Is there any update on the certificate or is there another location where we can download the same?
-
PKIX Path building failed for refinitiv API
Caused by: org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/RequestToken": PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested…
-
Refinitiv DSS API Certificate Issue
Hello Team, We have query from client using DSS API We are using Refinitiv API for fetching authentication and historical quotes. But we are facing the below error related to security: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested…
-
setting verify=false for eikon get_timeseries call in python
Hi I'm trying to fix some ssl certificate bugs by setting verify=false when making a timeseries call for the eikon api in python. Im doing like this: import eikon as ek ek.set_app_key('............') X=ek.get_timeseries(["RICS code"], ['close'], start_date="2015-01-01", end_date="2024-02-04", verify=False) In the end of…
-
What is the root cause of this error code : ERROR!!! Authentication handler failed to request a ...
...access token. “refinitiv.dataplatform.errors.PlatformSessionError: Error code -1 | ERROR!!! Authentication handler failed to request a access token. [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)”
-
DSS Api - SSL Handshake error
We plan to leverage the DSS API, over http using SpringBoot application. We are consistently receiving the SSL Handshake error, and we had already our root certs in the truststore. We need to understand if we need to pass any specific certificate to ensure successful SSL handshake.
-
Connect to RDP API without InsecureSkipVerify
Hi, I am trying to follow this example to connect to the RDP API through some simple Go client: https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/RDP/go/market_price_rdpgw_client_cred_auth.go#L262-L264 Now, when I remove the "InsecureSkipVerify" parameter, the requests to Refinitiv fail with…
-
Is a certificate required when integrating World Check One with Oracle ORDS?
In our use case, we wish to integrate our in-house developed application with World Check One. Our application was built using the Oracle platform -- Oracle DB for the backend and Oracle APEX for the front end. REST API calls are built off of the Oracle ORDS technology. Our question is multi-part... 1. Will we need to…
-
Product Change Notification - API SSL Cert Update - Timings
HI Team - Would like know at what time on Feb 20, cert renewal changes be completed. Also, Any changes in terns of Root and Intermediate certs that shared to down stream systems?
-
Product Change Notification - API SSL Cert Update
Hi, Looking some assistance! I don't directly support Refinitiv Datascope select from a tech standpoint & have been asked to raise by a colleague. We are in receipt of a PCN for API SSL Certificates Update which is taking place this weekend. This is re Refinitiv updating the expiring SSL certs used to secure Datascope…
-
Does the EMA API support Ubuntu OS?
When running the EMA C++ example 450 on a Ubuntu OS, met the following error: Exception Type='OmmInvalidUsageException', Text='Failed to query service discovery (rsslReactorQueryServiceDiscovery).' Error Id='-1' Internal sysError='0' Error…
-
Keep getting EikonError-Server Error
I keep getting EikonError-Server Error The sample code and detailed message is here: * code sec_news = ek.get_news_headlines('005930.KS', date_from='2019-10-06T09:00:00', date_to='2019-10-07T18:00:00') * error message 2021-09-13 14:16:26,909 P[2472] [MainThread 13200] Error code 500 | Server Error:…
-
Keystore Certificate (Expired)
Hi team, Im using EMA to connect to RCC and make contributions, everything was working right but since yesterday i cant connect due to certificate expiration, i tried to make another keystore and same problem is showing. I've checked the certificate and it says valid until 2029 i created keystore.jks following example in :…
-
Does REST Template internally validates the certificate's expiry?
Trying to find out the code in REST Template which actually does the certification validation over the certificate received in response to client request. I know that certificate.checkValidity() is the method where all certificate related validations takes place. But I am not able to find anything concrete which tells…
-
Error "certificate verify failed" Python
Hola, Tengo un error al intentar obtener datos de volatilidades, estoy lanzando un proceso en python llamado "ETIVolatilitySurface.py", he cambiado los datos de conexión (usuario, password e ID de aplicación) pero siempre me sale el siguiente error: SSLError: HTTPSConnectionPool(host='api.refinitiv.com', port=433): Max…