<?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 Automatically Having An SSL Connection To A Web Site in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/automatically-having-an-ssl-connection-to-a-web-site/m-p/3168901#M9258</link>
    <description>I set up a server running 1.3.29 with mod_ssl. What I am looking to do is to configure the box so that when a user accesses it, the browser will automatically use SSL.&lt;BR /&gt;&lt;BR /&gt;The first thing that I am planning to do is to have the server listen to only port 443. I need to set up a link so that when a user accesses the server, he/she will automatically be redirected to the correct port. What I don't want is to have the user need to include&lt;BR /&gt;the port when typing in the URL. &lt;BR /&gt;&lt;BR /&gt;What is the best way to do this?&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Jan 2004 13:47:17 GMT</pubDate>
    <dc:creator>Andrew Kaplan</dc:creator>
    <dc:date>2004-01-20T13:47:17Z</dc:date>
    <item>
      <title>Automatically Having An SSL Connection To A Web Site</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatically-having-an-ssl-connection-to-a-web-site/m-p/3168901#M9258</link>
      <description>I set up a server running 1.3.29 with mod_ssl. What I am looking to do is to configure the box so that when a user accesses it, the browser will automatically use SSL.&lt;BR /&gt;&lt;BR /&gt;The first thing that I am planning to do is to have the server listen to only port 443. I need to set up a link so that when a user accesses the server, he/she will automatically be redirected to the correct port. What I don't want is to have the user need to include&lt;BR /&gt;the port when typing in the URL. &lt;BR /&gt;&lt;BR /&gt;What is the best way to do this?&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2004 13:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatically-having-an-ssl-connection-to-a-web-site/m-p/3168901#M9258</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2004-01-20T13:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Having An SSL Connection To A Web Site</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatically-having-an-ssl-connection-to-a-web-site/m-p/3168902#M9259</link>
      <description>Hello Andrew,&lt;BR /&gt;&lt;BR /&gt;if you are using port 443 there is no need for an explicit port part in the URL all requests starting with https:// will use port 443 by default.&lt;BR /&gt;&lt;BR /&gt;If your server only listens on port 443 the users need to know that they have to use https:// instead of http://&lt;BR /&gt;&lt;BR /&gt;Another approach might be to use mod_rewrite, run the server also on port 80 and redirect all requests automatically to port 443. The rule should be similar to this&lt;BR /&gt;&lt;BR /&gt;RedirectMatch permanent&lt;BR /&gt;  /*&lt;BR /&gt;  &lt;A href="https://secure.server.net/*" target="_blank"&gt;https://secure.server.net/*&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Consult &lt;A href="http://httpd.apache.org/docs/misc/rewriteguide.html" target="_blank"&gt;http://httpd.apache.org/docs/misc/rewriteguide.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for details.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Tue, 20 Jan 2004 21:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatically-having-an-ssl-connection-to-a-web-site/m-p/3168902#M9259</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-01-20T21:47:43Z</dc:date>
    </item>
  </channel>
</rss>

