Sending https request returns 5018 error

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
AxLi_1746341
Level 7
Level 7
10 comments on KBA 5 comments on KBA First comment on KBA

Hi vsha

Sending https request to https://3bbimfjrui.execute-api.us-east-1.amazonaws.com/prod/reportfromingics

always returns 5018 (TLS_ERROR_FATAL_ALERT_MESSAGE) error.

The same issue happens on SDK-3.1.2 and SDK-3.7.0-7.

I'm wondering if this is a known issue?

Note, it works if I test using curl or wget.

0 Likes
1 Solution
Anonymous
Not applicable

HTTPBIN org server is expecting TLS extension [ server name indication ] from client. Httpbin_org is using new implementation of HTTP library so it has option where we can specify SNI and it is able to connect to server. https_client snippet application is using older implementation of HTTP library so it doesn’t have option to specify SNI and it won’t be able to connect to httpbin_org server.  We recommend to use new version of HTTP library [ httpbin_org snippet ]. As older version of HTTP library may get deprecated.

View solution in original post

5 Replies