EMA Java on container environment: General SSLEngine Problem

Hi team, could you please suggest some recipes in this case:

20221207155403.jpg

The application is running on a container environment and the programming language is Java.

Best Answer

  • Gurpreet
    Answer ✓

    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.