question

Upvotes
Accepted
7 1 0 1

Encryption in RFA7

According to the RFA Developers guide as well as posts in this forum, RFA7.6 and later support Encryption, however when I try to enable encryption in RFA7.7 I get the following error:

2024 Apr 17 19:18:28.406 ST GMT+00:00 4296 8F2A1740 463 TRACE <- Received LoggerNotifyEvent:

[Wed Apr 17 19:18:28 2024]: (ComponentName) RSSL_Cons_Adapter: (Severity) Information: Unable to connect using RSSL_Cons_Connection "Default::Connection_RSSL smbc-poc-rt-a.rtmds-ps.refinitiv.com:14002" failed. Make sure host is available. Will retry in 15000 milliseconds (Internal debug info: "<Impl/ripcsrvr.c:4606> Error: 1004 Tunneling not supported in this library.

")

The exact configuration works in RFA 8.

Here are the relevant configurations:

\Connections\Connection_RSSL\connectionType = "RSSL"

\Connections\Connection_RSSL\rsslPort = "14002"

\Connections\Connection_RSSL\hostName = "smbc-poc-rt-a.rtmds-ps.refinitiv.com"

\Connections\Connection_RSSL\tunnelingType = "Encrypted"

#technologyrfa-apiencryption
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 @ron.bove01

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


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

Thanks,


AHS


Upvotes
Accepted
79.3k 253 52 74

@ron.bove01

They are different versions so RFA 7.x and RFA 8.x use the different versions of the underying libraries.

I tested and found that RFA 7.x supports encrypted connections only on Windows while RFA 8.x supports encrypted connections on both Windows and Linux.

I got the same error when using RFA 7.x on Linux.

2024 Apr 19 04:13:49.979 ST GMT+00:00 F4 7F475740   463 TRACE <- Received LoggerNotifyEvent:
    [Fri Apr 19 04:13:49 2024]: (ComponentName) RSSL_Cons_Adapter: (Severity) Information: Unable to connect using RSSL_Cons_Connection "Default::Connection_RSSL ads:14002" failed. Make sure host is available. Will retry in 15000 milliseconds (Internal debug info: "<Impl/ripcsrvr.c:4606> Error: 1004 Tunneling not supported in this library.
")

However, RFA 7.x works fine on Windows.

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
79.3k 253 52 74

@ron.bove01

Thank you for reaching out to us.

Are you running the application on Windows?

It was mentioned in the RFA Configuration Guide that "Internet tunnelling relies upon the Microsoft WinInet API, which limits users to 64 unique, simultaneous tunneling RFA connections". It uses Microsoft WinInet to establish HTTP connections.

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.

No, the application is running on Linux. As I mentioned, the same application StarterConsumer is running fine on RFA 8 configured exactly the same way.

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.