EMA C++ 2.0.3 on Centos 8 (docker)
Run the consumer example 450, got error below:
Error Location /local/jenkins/workspace/ESDKCore_RCDEV/OS/RH8-64/rcdev/source/rtsdk/Cpp-C/Eta/Impl/Reactor/rsslReactorWorker.c:1241
Error Text </local/jenkins/workspace/ESDKCore_RCDEV/OS/RH8-64/rcdev/source/rtsdk/Cpp-C/Eta/Impl/Transport/ripcsslutils.c:1037> Error: 2002 Certificate validation error. OpenSSL Return code: self signed certificate in certificate chain
Tried the command line: openssl s_client -showcerts -connect amer-3-t1.streaming-pricing-api.refinitiv.com:14002 , then got the output: cert_output.txt
Nothing special, and I also checked the thread below if any idea,
Could you please advise me? Thanks.
Hi @Frederic
If it is a customer issue, then it could be OpenSSL library issue OR they are trying to connect from behind a Proxy.
If a Proxy, then the client should speak to their internal network security - who can also raise a ticket with the RTO team via My.Refinitiv - they can help with Proxy connectivity type queries.
Hi @Frederic
Has this started occurring recently? Was it working fine previously?
If so, was the new ZScaler security tool installed on your PC by Refinitiv Security?
One of my colleagues whose PC was updated with ZScaler can no longer connect to Real-Time Optimised either.
Zscaler information page and FAQs
If so, Raise a ticket for the Zscaler team.. Request to whitelist Domain / URL - Service Portal (service-now.com)
If the above is not the case and/or you are asking on behalf of a customer -
Thanks @umer.nalla . The customer found the issue described above first running on his CentOS docker, I have also asked him to check again after running yum reinstall -y ca-certificates, waiting his response.