For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 3 6

Problem with consumer application

After creating a client id using the app key generator... i get this error msg

any ideas? thanks

Thread 1 "FX_MktDataClien" received signal SIGINT, Interrupt.

0x00000034f74df5b7 in ppoll () from /lib64/libc.so.6

(gdb)

Continuing.

loggerMsg

TimeStamp: 09:08:18.305

ClientName: ChannelCallbackClient

Severity: Warning

Text: Received ChannelDownReconnecting event on channel Channel_3

Instance Name Consumer_3_1

RsslReactor 0x0xd565c0

RsslChannel 0x0xd565c0

Error Id -1

Internal sysError 0

Error Location /local/jenkins/workspace/ESDKCore_RCDEV/OS/RH6-64/rcdev/source/esdk/Cpp-C/Eta/Impl/Reactor/rsslReactorWorker.c:1186

Error Text </local/jenkins/workspace/ESDKCore_RCDEV/OS/RH6-64/rcdev/source/esdk/Cpp-C/Eta/Impl/Transport/ripcsslutils.c:1033> Error: 2002 Certificate valida\

tion error. OpenSSL Return code: self signed certificate in certificate chain

loggerMsgEnd


elektronrefinitiv-realtimeelektron-sdkconsumer
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.

Hello @epfeuffer,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Hello @epfeuffer

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

-AHS

Upvotes
Accepted
7.6k 15 6 9

@epfeuffer

Starting with version ESDK 1.3, you must install OpenSSL if you intend to use encrypted connections.

Based on the codes provided in the ESDK package, the message was returned from OpenSSL library on your Linux server.


According to the following document

https://www.openssl.org/docs/man1.0.2/man3/X509_verify_cert_error_string.html

The following message is a description for the text.

X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN: self signed certificate in certificate chain

the certificate chain could be built up using the untrusted certificates but the root could not be found locally.


It seems to be a problem with OpenSSL Installation. I would suggest you re-install or upgrade the OpenSSL library on the Linux server.

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.

Upvotes
32.2k 40 11 20

Hello @epfeuffer and all,

Noting that the previous answer by @moragodkrit was correct, adding OpenSSL library to PATH helped to resolve the above error message.

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.