<?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: Problem with Automatically Directing Users to Port 443 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-automatically-directing-users-to-port-443/m-p/3196815#M73293</link>
    <description>I am almost positive that I did. Just to be sure, what procedure do you follow to create the certificates? The one that I went by is on the &lt;A href="http://www.modssl.org" target="_blank"&gt;www.modssl.org&lt;/A&gt; website. Thanks.</description>
    <pubDate>Fri, 20 Feb 2004 08:54:28 GMT</pubDate>
    <dc:creator>Andrew Kaplan</dc:creator>
    <dc:date>2004-02-20T08:54:28Z</dc:date>
    <item>
      <title>Problem with Automatically Directing Users to Port 443</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-automatically-directing-users-to-port-443/m-p/3196812#M73290</link>
      <description>I am trying to have users who log into a webserver be automatically redirected to a secure port.did Here is where I am at:&lt;BR /&gt;&lt;BR /&gt;1. I installed the OS from scratch, and loaded the bundled Apache server with the mod_ssl package.&lt;BR /&gt;INFO: Red Hat Linux 8.0&lt;BR /&gt;      Apache 2.0.40&lt;BR /&gt;      OpenSSL 0.9.6&lt;BR /&gt;   &lt;BR /&gt;2. I tested connectivity to ports 80 and 443, and both came back with the test page.&lt;BR /&gt;&lt;BR /&gt;3. I want to achieve an automatic redirection to port 443, so I added the following to the &lt;BR /&gt;VirtualHost section of the httpd.conf file -&lt;BR /&gt;&lt;BR /&gt;&lt;VIRTUALHOST 80=""&gt;&lt;BR /&gt;ServerName example.com&lt;BR /&gt; ServerAdmin webmaster@example.com&lt;BR /&gt; DocumentRoot /www&lt;BR /&gt; Redirect / &lt;A href="https://example.com/" target="_blank"&gt;https://example.com/&lt;/A&gt;&lt;BR /&gt;&lt;/VIRTUALHOST&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;VIRTUALHOST 443=""&gt;&lt;BR /&gt; ServerName example.com&lt;BR /&gt; ServerAdmin webmaster@example.com&lt;BR /&gt; DocumentRoot /www&lt;BR /&gt;&lt;BR /&gt; SSLEngine On&lt;BR /&gt; SSLCertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle.crt&lt;BR /&gt; SSLCertificateKeyFile&lt;BR /&gt;/usr/local/apache/conf/ssl.key/server.key&lt;BR /&gt; SSLCertificateChainFile&lt;BR /&gt;/usr/local/apache/conf/ssl.key/server.key&lt;BR /&gt; SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown&lt;BR /&gt;&lt;/VIRTUALHOST&gt;&lt;BR /&gt;&lt;BR /&gt;4. The Apache server (version 2.0.40 bundled with Red Hat 8.0 along with mod_ssl) did not start with the above information added. THe error message that appeared in the error_log&lt;BR /&gt;file was -&lt;BR /&gt; Failed to configure CA certificate chain!&lt;BR /&gt;&lt;BR /&gt;5. After I removed the above text, I was able to restart the server successfully.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Feb 2004 11:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-automatically-directing-users-to-port-443/m-p/3196812#M73290</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2004-02-19T11:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Automatically Directing Users to Port 443</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-automatically-directing-users-to-port-443/m-p/3196813#M73291</link>
      <description>Here's a link :&lt;BR /&gt;&lt;A href="http://www.sans.org/rr/papers/index.php?id=302" target="_blank"&gt;http://www.sans.org/rr/papers/index.php?id=302&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Feb 2004 11:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-automatically-directing-users-to-port-443/m-p/3196813#M73291</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-02-19T11:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Automatically Directing Users to Port 443</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-automatically-directing-users-to-port-443/m-p/3196814#M73292</link>
      <description>Did you use the same certificates in the working config? The error seems to indicate a problem with the certs.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Feb 2004 22:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-automatically-directing-users-to-port-443/m-p/3196814#M73292</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-19T22:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Automatically Directing Users to Port 443</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-automatically-directing-users-to-port-443/m-p/3196815#M73293</link>
      <description>I am almost positive that I did. Just to be sure, what procedure do you follow to create the certificates? The one that I went by is on the &lt;A href="http://www.modssl.org" target="_blank"&gt;www.modssl.org&lt;/A&gt; website. Thanks.</description>
      <pubDate>Fri, 20 Feb 2004 08:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-automatically-directing-users-to-port-443/m-p/3196815#M73293</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2004-02-20T08:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Automatically Directing Users to Port 443</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-automatically-directing-users-to-port-443/m-p/3196816#M73294</link>
      <description>Hello Andrew,&lt;BR /&gt;&lt;BR /&gt;I don't use modssl, but you might want into the generic openssl verify command to check if your certificates are good.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Fri, 20 Feb 2004 21:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-automatically-directing-users-to-port-443/m-p/3196816#M73294</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-20T21:34:39Z</dc:date>
    </item>
  </channel>
</rss>

