<?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 IIS 7.5 Reverse Proxy - SSL [Tutorial] in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/iis-7-5-reverse-proxy-ssl-tutorial/m-p/287491#M240621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Follow these steps to setup an IIS 7.5 Reverse Proxy. Allot of people are using Apache Reverse Proxy, but since we are running in a Windows environment, it logically made more sense to run this method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Setup reverse proxy to wrap the connection with SSL. On your Alfresco machine, install IIS with default options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Once installed download and install the following files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;URL Rewrite: &lt;/SPAN&gt;&lt;A href="http://www.iis.net/expand/URLRewrite" rel="nofollow noopener noreferrer"&gt;http://www.iis.net/expand/URLRewrite&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Application Request Routing: &lt;/SPAN&gt;&lt;A href="http://www.iis.net/expand/ApplicationRequestRouting" rel="nofollow noopener noreferrer"&gt;http://www.iis.net/expand/ApplicationRequestRouting&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open up IIS Manager, click on your server name, and on the main panel, open Application Request Routing. On the right hand column, click Server Proxy Settings…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simply click Enable proxy, and then apply on the right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Return to the same screen as before, and open Server Certificates, import your SSL cert (.pfx file is the easiest way to do that)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now expand Sites, and select Default Web Site, and open URL Rewrite. On the right column, select Add Rule(s)…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will get a popup, select Reverse Proxy from the list. Enter your non-ssl alfresco url, such as: hostname.fqdn.com:8080&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi ok, now on the right column again, select Bindings, add your https binding and the certificate you want to tie to it. I would remove the http binding if you are not using it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Save, and we are almost done!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Copy ALL of the content from C:\Alfresco-4.2.f\tomcat\webapps\share\WEB-INF\classes\alfresco\share-security-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*Note: You may want to open it using 'DAMN NFO Viewer', as the formatting is screwed up in this file if you open in notepad.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We need to edit share-config-custom.xml, located: C:\alfresco\tomcat\shared\classes\alfresco\web-extension&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paste the content you copied to the bottom of the share-config-custom.xml file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;***You want to change the following 2 values they are in brackets:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;referer&amp;gt;&amp;lt;/referer&amp;gt;&lt;BR /&gt;&amp;lt;origin&amp;gt;&amp;lt;/origin&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;they should look something like the below once you input your info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;referer&amp;gt;&lt;A href="https://hostname.fqdn.com/.*" rel="nofollow noopener noreferrer"&gt;https://hostname.fqdn.com/.*&lt;/A&gt;&amp;lt;/referer&amp;gt;&lt;BR /&gt;&amp;lt;origin&amp;gt;&lt;A href="https://hostname.fqdn.com" rel="nofollow noopener noreferrer"&gt;https://hostname.fqdn.com&lt;/A&gt;&amp;lt;/origin&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure on the referer line you have the /.* at the end. That all for now, save and close.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now let's go try it out after starting up your Alfresco instance. simply goto &lt;/SPAN&gt;&lt;A href="https://hostname.fqdn.com/share" rel="nofollow noopener noreferrer"&gt;https://hostname.fqdn.com/share&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and you should be all wrapped up in SSL!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2014 14:49:19 GMT</pubDate>
    <dc:creator>102020</dc:creator>
    <dc:date>2014-07-17T14:49:19Z</dc:date>
    <item>
      <title>IIS 7.5 Reverse Proxy - SSL [Tutorial]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/iis-7-5-reverse-proxy-ssl-tutorial/m-p/287491#M240621</link>
      <description>Follow these steps to setup an IIS 7.5 Reverse Proxy. Allot of people are using Apache Reverse Proxy, but since we are running in a Windows environment, it logically made more sense to run this method.Setup reverse proxy to wrap the connection with SSL. On your Alfresco machine, install IIS with def</description>
      <pubDate>Thu, 17 Jul 2014 14:49:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/iis-7-5-reverse-proxy-ssl-tutorial/m-p/287491#M240621</guid>
      <dc:creator>102020</dc:creator>
      <dc:date>2014-07-17T14:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: IIS 7.5 Reverse Proxy - SSL [Tutorial]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/iis-7-5-reverse-proxy-ssl-tutorial/m-p/287492#M240622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for a great guide, however I am having difficulty following the guide past the iis settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to view the login screen via the reverse proxy in iis which works fine however i receive an error message once I enter my login credentials and attempt to login.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could someone please offer some guidance on what edits I need to make to config file in order to get this working? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:58:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/iis-7-5-reverse-proxy-ssl-tutorial/m-p/287492#M240622</guid>
      <dc:creator>s4vva</dc:creator>
      <dc:date>2014-09-26T15:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: IIS 7.5 Reverse Proxy - SSL [Tutorial]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/iis-7-5-reverse-proxy-ssl-tutorial/m-p/287493#M240623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;please see my original post, I have updated it, seems the forum stripped out allot of the originally posted code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 13:45:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/iis-7-5-reverse-proxy-ssl-tutorial/m-p/287493#M240623</guid>
      <dc:creator>102020</dc:creator>
      <dc:date>2014-10-08T13:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: IIS 7.5 Reverse Proxy - SSL [Tutorial]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/iis-7-5-reverse-proxy-ssl-tutorial/m-p/287494#M240624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I know that this is an old post but I have exactly the same problem and I didn't find anything in the original post which could fix it. I can't log on in https. Once I did it with the original port (8443), I can navigate with https without any error. Morevoer, in https, I can't log off as it's not possible to log on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone face with that and solved it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2019 14:57:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/iis-7-5-reverse-proxy-ssl-tutorial/m-p/287494#M240624</guid>
      <dc:creator>badok</dc:creator>
      <dc:date>2019-05-10T14:57:39Z</dc:date>
    </item>
  </channel>
</rss>

