<?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 443 port in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202503#M10265</link>
    <description>How can i know if my red hat linux is listening for 443 port (https)?&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Feb 2004 17:10:08 GMT</pubDate>
    <dc:creator>Edwin Ruiz_2</dc:creator>
    <dc:date>2004-02-25T17:10:08Z</dc:date>
    <item>
      <title>443 port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202503#M10265</link>
      <description>How can i know if my red hat linux is listening for 443 port (https)?&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Feb 2004 17:10:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202503#M10265</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-02-25T17:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: 443 port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202504#M10266</link>
      <description>netstat -a|grep LISTEN|grep 443&lt;BR /&gt;&lt;BR /&gt;If it's listening, you'll see something there...</description>
      <pubDate>Wed, 25 Feb 2004 17:32:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202504#M10266</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-02-25T17:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: 443 port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202505#M10267</link>
      <description>i get that&lt;BR /&gt;&lt;BR /&gt;[root@salato-apl10 conf]# netstat -a|grep LISTEN|grep 443&lt;BR /&gt;tcp        0      0 *:4443                  *:*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;i think that this is other port, isnt it?&lt;BR /&gt;&lt;BR /&gt;how can i enable https en linux?</description>
      <pubDate>Wed, 25 Feb 2004 17:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202505#M10267</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-02-25T17:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: 443 port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202506#M10268</link>
      <description>Correct, that's something else.&lt;BR /&gt;&lt;BR /&gt;Using a command like 'netstat -ntlp | grep 4443' will tell you exactally what.&lt;BR /&gt;&lt;BR /&gt;Now, as for getting a 'https' service running, and how easy it is to set up, depends on what Linux distribution you are running.&lt;BR /&gt;&lt;BR /&gt;If you're running a recent RedHat distribution for instance (7.3 or newer I beleive), Apache (httpd) has a 'mod_ssl' package distributed by RH to do it.&lt;BR /&gt;&lt;BR /&gt;If you're compiling your own services, then you'll need the Apache source, the mod_ssl source, and the openssl libraries, and a bit of patience.&lt;BR /&gt;&lt;BR /&gt;If you're running RH (or Debian, i beleive they have packages for https as well), then just go to the appropraite site, and download them.&lt;BR /&gt;&lt;BR /&gt;If you're compiling your own, then start at &lt;A href="http://www.modssl.org/" target="_blank"&gt;http://www.modssl.org/&lt;/A&gt; and follow the instructions.</description>
      <pubDate>Wed, 25 Feb 2004 21:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202506#M10268</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-02-25T21:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: 443 port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202507#M10269</link>
      <description>.. Of course I didn't realise that 'mod_ssl' is part of the standard Apache 2 packages/source ..&lt;BR /&gt;&lt;BR /&gt;Going directly to &lt;A href="http://httpd.apache.org/docs-2.0/" target="_blank"&gt;http://httpd.apache.org/docs-2.0/&lt;/A&gt; is a good start.</description>
      <pubDate>Wed, 25 Feb 2004 21:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202507#M10269</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-02-25T21:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: 443 port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202508#M10270</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;the easiest: Fire up your favorite browser and do a https://localhost/ . If you get a page you have a (secure) Webserver running.&lt;BR /&gt;&lt;BR /&gt;Sidenote: According to my services file port 4443 is "reserved" for Pharos. &lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 25 Feb 2004 22:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202508#M10270</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-25T22:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: 443 port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202509#M10271</link>
      <description>Another option is to telnet (if from another station) to port 443. Like in the example&lt;BR /&gt;telnet x.x.x.x 443   if you have a black window-then the port is open otherwise you'll get connection failed..</description>
      <pubDate>Thu, 26 Feb 2004 01:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202509#M10271</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-02-26T01:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: 443 port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202510#M10272</link>
      <description>Ok! thanks.. then this configuration depend from Apache but no from linux, isnt it?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Feb 2004 09:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202510#M10272</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-02-26T09:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: 443 port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202511#M10273</link>
      <description>In most cases the apache (if it's linux) is listening on 443 port.So the answer is yes - The configuration depends on apache.Specifically look in the file&lt;BR /&gt;/etc/httpd/conf.d/ssl.conf file.&lt;BR /&gt;you have the option to specify different port.&lt;BR /&gt;&lt;BR /&gt;If you have erlier versions of linux then the file to edit would be&lt;BR /&gt;/etc/httpd/conf/httpd.conf</description>
      <pubDate>Thu, 26 Feb 2004 10:13:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202511#M10273</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-02-26T10:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: 443 port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202512#M10274</link>
      <description>ok thanks</description>
      <pubDate>Thu, 26 Feb 2004 10:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202512#M10274</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-02-26T10:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: 443 port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202513#M10275</link>
      <description>Below commands can be used to find whether the port is listening or not.&lt;BR /&gt;&lt;BR /&gt;# nmap &lt;SERVERNAME&gt; | egrep 'https|443'&lt;BR /&gt;&lt;BR /&gt;# lsof -i tcp:443&lt;/SERVERNAME&gt;</description>
      <pubDate>Tue, 23 Mar 2004 12:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/443-port/m-p/3202513#M10275</guid>
      <dc:creator>rvrameshbabu</dc:creator>
      <dc:date>2004-03-23T12:28:08Z</dc:date>
    </item>
  </channel>
</rss>

