<?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: how to enable 8888 port on HPux in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602456#M233161</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have to enable ssl for thsi port ....&lt;BR /&gt;What enry should I put in the &lt;BR /&gt;services file and ined.conf file &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Binu</description>
    <pubDate>Fri, 12 Aug 2005 03:38:56 GMT</pubDate>
    <dc:creator>Binu_5</dc:creator>
    <dc:date>2005-08-12T03:38:56Z</dc:date>
    <item>
      <title>how to enable 8888 port on HPux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602453#M233158</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Can anybody tell me how to enable port 8888&lt;BR /&gt;on hpux11&lt;BR /&gt;I need  to enable secured socket link in the above port (SSL)&lt;BR /&gt;Can any body help me in this &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Aug 2005 03:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602453#M233158</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-08-12T03:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable 8888 port on HPux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602454#M233159</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Enabling port on HPUX11 similar to other Unix flavour. Just give an entry for port 8888 and service used by into /etc/services file.&lt;BR /&gt;&lt;BR /&gt;If you are starting SSL service using "inetd" daemon, add entry of ssl service into /etc/inetd.conf  and restart the "inetd" by&lt;BR /&gt;&lt;BR /&gt;      # /usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;Inetd daemon rereads the configuration file and initiates the updates.&lt;BR /&gt;&lt;BR /&gt;I hope it serves your purpose.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;RAjesh</description>
      <pubDate>Fri, 12 Aug 2005 03:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602454#M233159</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-12T03:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable 8888 port on HPux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602455#M233160</link>
      <description>Ports have to be configured in /etc/services.&lt;BR /&gt;&lt;BR /&gt;# service port&lt;BR /&gt;example 8888&lt;BR /&gt;&lt;BR /&gt;Save this change and execute related service with /etc/inetd.conf and restart inetd (daemon) as inetd -c.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Fri, 12 Aug 2005 03:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602455#M233160</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-08-12T03:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable 8888 port on HPux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602456#M233161</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have to enable ssl for thsi port ....&lt;BR /&gt;What enry should I put in the &lt;BR /&gt;services file and ined.conf file &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Binu</description>
      <pubDate>Fri, 12 Aug 2005 03:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602456#M233161</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-08-12T03:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable 8888 port on HPux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602457#M233162</link>
      <description>Assuming you're using the Apache server shipped with HPUX, you'll need to: -&lt;BR /&gt;&lt;BR /&gt;Edit /opt/hpws/apache/conf/ssl.conf&lt;BR /&gt;&lt;BR /&gt;Search and replace all references to 443 and change them to 8888.&lt;BR /&gt;&lt;BR /&gt;Run /opt/hpws/apache/bin/apachectl startssl&lt;BR /&gt;&lt;BR /&gt;You'll then be able to point your browser to:&lt;BR /&gt;&lt;BR /&gt;https://yourserver:8888</description>
      <pubDate>Fri, 12 Aug 2005 03:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602457#M233162</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-08-12T03:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable 8888 port on HPux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602458#M233163</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. Add this line into /etc/services&lt;BR /&gt;&lt;BR /&gt;&lt;SERVICENAME&gt;   8888/tcp   # OpenView Web Server &lt;BR /&gt;&lt;BR /&gt;2. Give an entry in /etc/inetd.conf by following example in single line.&lt;BR /&gt;shell stream tcp nowait root /usr/lbin/remshd   remshd&lt;BR /&gt;&lt;BR /&gt;3. Run # /ust/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh&lt;/SERVICENAME&gt;</description>
      <pubDate>Fri, 12 Aug 2005 03:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602458#M233163</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-12T03:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable 8888 port on HPux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602459#M233164</link>
      <description>Hi Rajesh &lt;BR /&gt;&lt;BR /&gt;Can you tell me the service ame for ssl &lt;BR /&gt;&lt;BR /&gt;Binu</description>
      <pubDate>Fri, 12 Aug 2005 03:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602459#M233164</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-08-12T03:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable 8888 port on HPux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602460#M233165</link>
      <description>Hi Binu,&lt;BR /&gt;&lt;BR /&gt;Can you give some more details on your port enabling requirements like for what application.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh</description>
      <pubDate>Fri, 12 Aug 2005 03:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602460#M233165</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-08-12T03:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable 8888 port on HPux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602461#M233166</link>
      <description>What application are you going to use in port 8888? Without knowing that, we cannot give a specific answer.&lt;BR /&gt;&lt;BR /&gt;Here's some generic information.&lt;BR /&gt;An application can be built in several different ways:&lt;BR /&gt;&lt;BR /&gt;1.) The simple way: the application uses inetd to handle the real network connections. This is mostly used by small network service applications. &lt;BR /&gt;In this case, you set a name for your service and associate it with the port 8888 by writing a line in /etc/services. Then you add a line to /etc/inetd.conf to describe what you want started up when someone connects to the port. The inetd process will then open the port to "listen" for new connections.&lt;BR /&gt;&lt;BR /&gt;2.) The semi-standalone way: the application handles the network connections itself, but refers to the port internally by some name. It asks the operating system to translate the port name to a port number, and then it uses that port number.&lt;BR /&gt;In this case, you must read the documentation of the application to find out the correct name, and then associate that name with the port 8888 by writing a line in /etc/services. Then you just start the application, and the application opens the port for use.&lt;BR /&gt;&lt;BR /&gt;3.) The completely standalone way: there is a place for a port number in the application's configuration. &lt;BR /&gt;In this case, you just put "8888" in there and start the application. The application does all the rest.&lt;BR /&gt;&lt;BR /&gt;If someone has installed an IPFilter or some other form of extra security, you may have to change also that security configuration to allow the connections succeed. IPFilter configuration is probably at /etc/opt/ipf/&lt;BR /&gt;if you're using a HP-supported version of IPFilter.&lt;BR /&gt;&lt;BR /&gt;SSL is always done in the application level: nothing needs to be done with the operating system to "enable" SSL.&lt;BR /&gt;&lt;BR /&gt;However, if you have an application that cannot do SSL on its own, you must use a SSL wrapper program to make it SSL-capable. "stunnel" is one such program. It is available for free at &lt;A href="http://www.stunnel.org." target="_blank"&gt;http://www.stunnel.org.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you need to receive SSL connections, you must always have a SSL certificate. &lt;BR /&gt;&lt;BR /&gt;You can make one yourself, but then nobody will trust it automatically, and the client connecting to your server will get a "untrusted certificate - do you really want to connect? (y/n)" messages. You can buy a certificate from companies like VeriSign or Thawte, and most clients can automatically verify that they are valid.&lt;BR /&gt;&lt;BR /&gt;When you are getting a SSL certificate, you must remember that the certificate is tied to the DNS name of the server, *as seen by the client*. If you buy a certificate and then change the server's name, you have just wasted some money.</description>
      <pubDate>Sun, 14 Aug 2005 04:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-8888-port-on-hpux/m-p/3602461#M233166</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2005-08-14T04:26:58Z</dc:date>
    </item>
  </channel>
</rss>

