-
Reuters/Thomson Reuters/Refinitiv aka LSEG have many APIS and many versions of APIs.
For example you have flavours such as ssl, rfa, ema ,eta. I have lost track of which is which. More importantly can you tell me the relationship between versions and flavours and support please ? For example I hear that SSL is no longer supported ?
-
SSL and RSSL cessation question
Hi Dev team, Could you please advise on the following client question: "I know that the SSL protocol is to be deprecated in 2026 and the RSSL protocol in 2027 from a consumer application perspective. From a source (Publisher) application perspective, can you please confirm what protocols will be available after the…
-
Handshake issue while connecting to RTO from linux system using RTSDK?
We are trying to connect to RTO from Linux container (Red Hat Enterprise Linux 9.4) using RTSDK-Java. We are getting below error while trying to make consumer connection: Failed to add RsslChannel(s) to RsslReactor. Channel name(s) Channel_1\n\tInstance Name Consumer_1_1\n\tRsslReactor @68bef3df\n\tRsslChannel…
-
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…
-
API migration
Hi there. A contact of mine is “still using the old rmds to deliver market data into our risk application. We have some compatibility challenges 32/64 bit”. Specifically “we believe we should get rid of the old SSL COM API but we are not sure which API we should go for instead. Possibly we should go for EMA C#.NET Core?”…
-
SSL connectivity issue
Hi Could anyone assist and provide more details on what the error location might potentially means? or is the error location as such not relevant for this message? Text: Failed to add RsslChannel(s) to RsslReactor. Channel name(s) Channel_5 Instance Name Consumer_5_671 RsslReactor 0x0000000002A08F70 RsslChannel 0 Error Id…
-
Using RFA with Summit - SummitRFA_Win64.cfg
Is anyone using RFA with the Summit application to connect to the Data Feed? We are using the configuration file (SummitRFA_Win64.cfg) to configure the RFA connection to the data feed. We are trying to add some different parameters (pingtime and tunnel) to work with an SSL connection. We would like to know how to add the…
-
RFA Configuration: Need rfa.cfg to connect to two SSL sources simultaneously App built with rfa 7.6
I'd very much appreciate your help! I would like to know how to configure my rfa.cfg file to subscribe to two SSL sources. Details: Collocated ADH/ADS server with C++ RFA 7.6 32-bit application configured as subscriber (createMarketDataSubscriber) on a route which is sink-driven. I have two Interactive providers supporting…
-
Cash RFQ connection- is it going to be over SSL, or plain text?
Wanted to confirm, Thanks
-
Python websocket connection to Refinitiv Realtime fails with SSL error
I am trying to connect to the Refinitiv Realtime Optimized platform in AWS using websockets in python. I am using the market_price_rdpgw_service_discovery.py example from https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples/RDP/python#windowslinuxmacos The HTTP requests for service discovery work…
-
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…
-
Legacy code SSL (market data) does not work with the latest version of dictionary/appendix_a
Hi, In our company we still have a couple of applications that still run using the legacy API (SSL based). We tried to update these apps using the latest version of RDMFieldDictionary and appendix_a. Unfortunately after the dictionary update these applications fail to get any updates from the server after an interest…
-
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…
-
EMA API Having SSL Connect Error After Server Migrate
Application resided in cloud server had encountered "SSL connect error" exception recently. Please provide advices or suggestions why this might happen. Below is a snip shot of the error in our log file. Thank you in advance.
-
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…