<?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 OpenSSL in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486473#M214129</link>
    <description>I have an application (IBM's wIntegrate) that uses SSL to provide a telnet-like session to a host.  I have installed OpenSSL on my HP N-class server running HPUX 11i.  When I try to connect to the host, I get a "connection refused" message.  The software mentions a particular port number that is standard for the SSL communication (992?) but I don't believe I have anything listening on that port.  Is anyone aware of documentation that might help me figure out how to get the SSL communication going on my HP box?  Thanks.&lt;BR /&gt;&lt;BR /&gt;Kevin</description>
    <pubDate>Tue, 15 Feb 2005 17:09:03 GMT</pubDate>
    <dc:creator>Kevin Westover</dc:creator>
    <dc:date>2005-02-15T17:09:03Z</dc:date>
    <item>
      <title>OpenSSL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486473#M214129</link>
      <description>I have an application (IBM's wIntegrate) that uses SSL to provide a telnet-like session to a host.  I have installed OpenSSL on my HP N-class server running HPUX 11i.  When I try to connect to the host, I get a "connection refused" message.  The software mentions a particular port number that is standard for the SSL communication (992?) but I don't believe I have anything listening on that port.  Is anyone aware of documentation that might help me figure out how to get the SSL communication going on my HP box?  Thanks.&lt;BR /&gt;&lt;BR /&gt;Kevin</description>
      <pubDate>Tue, 15 Feb 2005 17:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486473#M214129</guid>
      <dc:creator>Kevin Westover</dc:creator>
      <dc:date>2005-02-15T17:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486474#M214130</link>
      <description>examine the /var/adm/syslog/syslog.log file and look to see what refused your connection.  You should get a starting clue as to what is going on in there.</description>
      <pubDate>Tue, 15 Feb 2005 18:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486474#M214130</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-02-15T18:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486475#M214131</link>
      <description>OpenSSL is only an encapsulation for encryption  some communcation - there is both a telnet/ssl implementation and openssh.&lt;BR /&gt;&lt;BR /&gt;If You could check the port number, it would probably be helpful, as I don't know the application :(</description>
      <pubDate>Tue, 15 Feb 2005 21:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486475#M214131</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-02-15T21:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486476#M214132</link>
      <description>Just a guess based on the port number you're giving, but it sounds like your application has the ability to connect to SSL-enabled FTP servers.  An SSL-enabled FTP server has the ability to establish an encrypted connection over port 990.  Standard FTP servers establish non-encrypted connections over ports 20 and 21.  This means that using a standard FTP server, the username, password, and data transfers are all sent over the network in the clear.  So anyone sniffing the network could potentially grab all your "sensitive" information.  If your FTP session is SSL-encrypted, a sniffer could collect the packets, but not be able to read them.&lt;BR /&gt;&lt;BR /&gt;In order to "use" this feature of your product, you would have to install such an FTP server on your HP-UX box.  I'm not aware of any such FTP server products being available for HP-UX.  There are many such available for Windows platforms.</description>
      <pubDate>Tue, 15 Feb 2005 22:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486476#M214132</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2005-02-15T22:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486477#M214133</link>
      <description>I believe the "telnet/SSL" or "SSLtelnet" application is what I am looking for.  Is anywone aware of an implementation of this for HPUX?</description>
      <pubDate>Wed, 16 Feb 2005 10:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486477#M214133</guid>
      <dc:creator>Kevin Westover</dc:creator>
      <dc:date>2005-02-16T10:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486478#M214134</link>
      <description>You could look at the following site, at least he mentiones having used it on HP-UX.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.crufty.net/ftp/pub/sjg/announce.stelnet" target="_blank"&gt;http://www.crufty.net/ftp/pub/sjg/announce.stelnet&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But I do think You should first verify with IBM (docs or people) that this is what You need before starting to invest time in it.</description>
      <pubDate>Wed, 16 Feb 2005 13:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl/m-p/3486478#M214134</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-02-16T13:13:11Z</dc:date>
    </item>
  </channel>
</rss>

