× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Greg,

You're receiving a "connection reset" (ECONNRESET) error.  You can Google ECONNRESET and you'll find that it occurs in all programming languages across all operating systems...   and can occur for a wide variety of reasons.

In my experience it most likely means one of two things:

1) You are experiencing a network error.

2) You are sending something that the HTTP server doesn't like, so it is resetting the connection.

As for the CHANGELOG member, mine starts like this:

...

Changes to version 1.42 from 1.41:
  - Return the correct HTTP response code for 401, 407 (auth needed)

...

Is it possible that read that quickly and didn't notice the 1.42?

-SK


On 3/30/2021 10:57 AM, Greg Wilburn wrote:
Using HTTPAPI v1.41 on V7R3 of the operating system.

I can connect to this API successfully using POSTMAN on my PC with the http authentication headers supplied by the web service.
I have verified the HTTP Headers in HTTPAPI (I can see them in the debug file).

However, I'm receiving the following response (from httpapi_debug) when using http_get() within my program:

(GSKit) I/O: A connection with a remote socket was reset by that socket.
ssl_error(406): (GSKit) I/O: A connection with a remote socket was reset by that socket.
SetError() #44: CommSSL_read: read:(GSKit) I/O: A connection with a remote socket was reset by
recvresp(): end with err
http_close(): entered

I'm just not sure where to go from here.
I downloaded the latest HTTPAPI (listed as 1.42) but the CHANGELOG text member still appears to be 1.41.

TIA,
Greg

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.