<?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 Reverse Proxy with SSL in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/42640#M23044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone out there have a procedure for configuring a SSL reverse proxy in apache for alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My vitual host in httpd.conf looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;VirtualHost *:443&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; ServerName myservername &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; ProxyRequests Off &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; ProxyPass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / &lt;/SPAN&gt;&lt;A href="http://192.168.1.100:8082/" rel="nofollow noopener noreferrer"&gt;http://192.168.1.100:8082/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; ProxyPassReverse&amp;nbsp; / &lt;/SPAN&gt;&lt;A href="http://192.168.1.100:8082/" rel="nofollow noopener noreferrer"&gt;http://192.168.1.100:8082/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; SSLEngine On &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; SSLCertificateFile /usr/share/ssl/certs/myapache.pem &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/VirtualHost&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was hoping that this configuration would have directed inbond port 443 (ssl) traffic and proxy it to 192.168.1.100 on port 8082 (where I have my alfresco proxy server running).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The symptoms of the above config are that when I web to &lt;/SPAN&gt;&lt;A href="https://myservername/alfresco" rel="nofollow noopener noreferrer"&gt;https://myservername/alfresco&lt;/A&gt;&lt;SPAN&gt; I get a "page cannot be found" error from internet explorer.&amp;nbsp; If I just web to &lt;/SPAN&gt;&lt;A href="https://myservername" rel="nofollow noopener noreferrer"&gt;https://myservername&lt;/A&gt;&lt;SPAN&gt; I get the fedora core test page&amp;nbsp;&amp;nbsp; I think I am turned around a little.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2006 03:24:44 GMT</pubDate>
    <dc:creator>mrudmann</dc:creator>
    <dc:date>2006-12-15T03:24:44Z</dc:date>
    <item>
      <title>Reverse Proxy with SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/42640#M23044</link>
      <description>Hi all,Does anyone out there have a procedure for configuring a SSL reverse proxy in apache for alfresco?My vitual host in httpd.conf looks like this:&amp;lt;VirtualHost *:443&amp;gt; &amp;nbsp;&amp;nbsp; ServerName myservername &amp;nbsp;&amp;nbsp; ProxyRequests Off &amp;nbsp;&amp;nbsp; ProxyPass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / http://192.168.1.100:8082/ &amp;nbsp;&amp;nbsp; ProxyPassReverse&amp;nbsp; / htt</description>
      <pubDate>Fri, 15 Dec 2006 03:24:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/42640#M23044</guid>
      <dc:creator>mrudmann</dc:creator>
      <dc:date>2006-12-15T03:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Proxy with SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/42641#M23045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok guys an update.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just ripped out&amp;nbsp; of my httpd.conf that configuration of the virtual host and slapped it into the ssl.conf for apache.&amp;nbsp; The results are much different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I web to &lt;/SPAN&gt;&lt;A href="https://myservername/alfresco" rel="nofollow noopener noreferrer"&gt;https://myservername/alfresco&lt;/A&gt;&lt;SPAN&gt;, I get directed to alfresco seemingly OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now here is what I actually want to accomplish…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to take advantage of caching and https.&amp;nbsp; Is this possible?&amp;nbsp; I was hoping I could use the proxy alfresco from the server.xml which runs on port 8082 and somehow have this run under/within/inside, etc. ssl.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does that make sense?&amp;nbsp; Is it possible?&amp;nbsp; If so, any ideas on the matter are greatly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 03:44:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/42641#M23045</guid>
      <dc:creator>mrudmann</dc:creator>
      <dc:date>2006-12-15T03:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Proxy with SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/42642#M23046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I should have mentioned that when I do get seemingly redirected to alfresco now, I no longer am running in a secured environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, any help is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 03:47:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/42642#M23046</guid>
      <dc:creator>mrudmann</dc:creator>
      <dc:date>2006-12-15T03:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Proxy with SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/42643#M23047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the same problem for me; it's the footer that has hard-coded &lt;/SPAN&gt;&lt;A href="http://-links" rel="nofollow noopener noreferrer"&gt;http://-links&lt;/A&gt;&lt;SPAN&gt; in it and prevents the browser to think all stuff is secure …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 14:15:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/42643#M23047</guid>
      <dc:creator>mavo</dc:creator>
      <dc:date>2007-06-11T14:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Proxy with SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/42644#M23048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;mavo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you search for my postes elsewhere on these forums, you should find where I was able to get the site running under SSL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What would be really slick is to run only the log in page under ssl so there is not as much overhead.&amp;nbsp; I understand there is a way to do this, but I did not have time to pursue this ideal (for me) solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, look for my posts and that should lead you to the ssl solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 14:22:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reverse-proxy-with-ssl/m-p/42644#M23048</guid>
      <dc:creator>mrudmann</dc:creator>
      <dc:date>2007-06-11T14:22:33Z</dc:date>
    </item>
  </channel>
</rss>

