question

Upvotes
Accepted
33 9 13 31

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.

#technologyema-apijavadockercontainer
20221207155403.jpg (46.8 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
22.1k 59 14 21

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.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.