
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
SSl Protocol Version not supported
M getting the Below Error while executing the Script, Please do let me know, what's the fix to be given.
Action.c(321): Continuing after Error -27776: [GENERAL_MSG_CAT_SSL_ERROR]read to host "mt2-211-prf-sea-api-core.hds.ineight.com" failed: [10054] Connection reset by peer
This is probably because the SSL protocol version is not supported. Try switching the TLS/SSL version using "web_set_sockets_option" API. [issued at Action.c(487)] [MsgId: MERR-27776]
End auto log messages stack.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Please consult your development team which SSL/TLS version is used, and explicitly set the SSL version as below.
Find the step reporting this error and put following code before it:
web_set_sockets_option("PRINT_SSL_INFO",
"1");
web_set_sockets_option("SSL_VERSION",
"AUTO");
If it doesn't fix the connection problem, then pls provide the logs in output (open full log options in RTS before run) and LR version in use.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
what version of LRP are you using ?