Hi team, could you please suggest some recipes in this case:
The application is running on a container environment and the programming language is Java.
Hi @Frederic,
Seems like you were able to connect and get some data. This could be an invalid certificate issue.
You can narrow down the cause by enabling Java SSL debug logs using this flag:
-Djavax.net.debug=all
Which container are you using. Can you try your application using the standard docker images provided by Refinitiv. You can read about it in this article.