<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ECONNREFUSED in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/econnrefused/m-p/2687493#M589852</link>
    <description>A connection refused means that the remote system is not listening on the port you're trying to establish a connection with.  From a TCP point of view this is the error you'll get when the remote system responds to a SYN with a RST.&lt;BR /&gt;&lt;BR /&gt;So, whatever service you're trying to connect to is not running on the remote system.  I doubt its a firewall issue - if the firewall was dropping the packets you would have got a timeout, not a connection refused.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
    <pubDate>Wed, 20 Mar 2002 21:05:46 GMT</pubDate>
    <dc:creator>Steven Gillard_2</dc:creator>
    <dc:date>2002-03-20T21:05:46Z</dc:date>
    <item>
      <title>ECONNREFUSED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/econnrefused/m-p/2687491#M589850</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a D330 running v11.11.  I've installed a vendors sw application that connects via the internet to their server to upload transaction data.&lt;BR /&gt;&lt;BR /&gt;Their app uses ssl.  So I have verified that port 443 is open on our firewall.&lt;BR /&gt;&lt;BR /&gt;When I test their app, it generates the following in their log file:&lt;BR /&gt;&lt;BR /&gt;ECONNREFUSED - Connection refused.&lt;BR /&gt;Connection failed -- error code -239.&lt;BR /&gt;&lt;BR /&gt;The error is generated so fast that I'm fairly certain that nothing has actually left my D330.&lt;BR /&gt;&lt;BR /&gt;I looked in /usr/include/sys/errno.h and found this:&lt;BR /&gt;&lt;BR /&gt;#  define ECONNREFUSED   239   /* Connection refused */&lt;BR /&gt;&lt;BR /&gt;I'm confused that this entry is commented out.&lt;BR /&gt;&lt;BR /&gt;Can someone point me to a document that might explain what is involved in a ECONNREFUSED error?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Mar 2002 20:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/econnrefused/m-p/2687491#M589850</guid>
      <dc:creator>Tom Dawson</dc:creator>
      <dc:date>2002-03-20T20:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: ECONNREFUSED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/econnrefused/m-p/2687492#M589851</link>
      <description>You can have a look over here.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90701/B2355-90701_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90701/00/00/79-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90701/00/00/79-toc.html&amp;amp;searchterms=ECONNREFUSED&amp;amp;queryid=20020320-130058" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90701/B2355-90701_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90701/00/00/79-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90701/00/00/79-toc.html&amp;amp;searchterms=ECONNREFUSED&amp;amp;queryid=20020320-130058&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Wed, 20 Mar 2002 20:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/econnrefused/m-p/2687492#M589851</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-03-20T20:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: ECONNREFUSED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/econnrefused/m-p/2687493#M589852</link>
      <description>A connection refused means that the remote system is not listening on the port you're trying to establish a connection with.  From a TCP point of view this is the error you'll get when the remote system responds to a SYN with a RST.&lt;BR /&gt;&lt;BR /&gt;So, whatever service you're trying to connect to is not running on the remote system.  I doubt its a firewall issue - if the firewall was dropping the packets you would have got a timeout, not a connection refused.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 20 Mar 2002 21:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/econnrefused/m-p/2687493#M589852</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-03-20T21:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: ECONNREFUSED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/econnrefused/m-p/2687494#M589853</link>
      <description>as has been pointed-out, an ECONNREFUSED will happen when the initial SYN segment (triggered when you call connect()) receives a RST segment in response rather than a SYN|ACK.&lt;BR /&gt;&lt;BR /&gt;indeed, a firewall could in theory (if not likely in practice) be configured to return a RST.&lt;BR /&gt;&lt;BR /&gt;it is also possible that the remote application is not running and listening on that port number.&lt;BR /&gt;&lt;BR /&gt;if the remote app is running under a windows variant, MS also will return an RST (bogusly in most IETF types opinions :) if the apps listen queue is full.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Mar 2002 23:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/econnrefused/m-p/2687494#M589853</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2002-03-20T23:50:02Z</dc:date>
    </item>
  </channel>
</rss>

