<?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: aos mapping network drives on windows in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81982#M25200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Heiko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As promised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After getting the Citrix clients to enable the WebClient service by default the drive mapping to AOS worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your input here it was most helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Aug 2019 01:57:51 GMT</pubDate>
    <dc:creator>stevem</dc:creator>
    <dc:date>2019-08-02T01:57:51Z</dc:date>
    <item>
      <title>aos mapping network drives on windows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81976#M25194</link>
      <description>Hi AllI've deployed alfresco community 6.0.7.ga as a docker container with nginx as a reverse proxy and configured for SSLI am able to access both the webdav UI and the aos UI from a browser, for instance the URL's would be the following format:https://&amp;lt;alfresco&amp;nbsp;server dns&amp;gt;/alfresco/webdavhttp</description>
      <pubDate>Sun, 21 Jul 2019 08:08:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81976#M25194</guid>
      <dc:creator>stevem</dc:creator>
      <dc:date>2019-07-21T08:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: aos mapping network drives on windows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81977#M25195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's some Windows problems.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.alfresco.com/5.0/concepts/troubleshoot-webdav.html" title="https://docs.alfresco.com/5.0/concepts/troubleshoot-webdav.html" rel="nofollow noopener noreferrer"&gt;Troubleshooting WebDAV | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2019 16:54:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81977#M25195</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2019-07-22T16:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: aos mapping network drives on windows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81978#M25196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are lot's of possible causes. you may start with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;aos seems not to respect the x-forwarded-by header but webdav relies on the url send in the body which may be the containers host name. When using a reverse proxy like nginx you need to set aos.baseUrlOverwrite in your alfresco-global. e.g.&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;aos.baseUrlOverwrite=https://alfresco.mycompany.com/alfresco/aos&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are you sure your nginx is compiled with webdav support?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Windows only connects to trusted and validated urls, so you need to use certs in your nginx which are trusted by your windows box&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Is your WebClient service running on your Windows box?&lt;/LI&gt;&lt;LI&gt;finally I use syntax \\hostname@SSL\alfresco\aos on win7-win10 to connect instead of https:/...&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2019 17:34:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81978#M25196</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2019-07-24T17:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: aos mapping network drives on windows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81979#M25197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Heiko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, the aos.baseUrlOverwrite option is set correctly to &lt;A href="https://&amp;lt;alfresco" rel="nofollow noopener noreferrer"&gt;https://&amp;lt;alfresco&lt;/A&gt;&amp;nbsp;server dns&amp;gt;/alfresco/aos in the alfresco-global.properties file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With respect to your other questions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;The version of nginx we are running is "openresty/1.13.6.2" and it is compiled with the "&lt;SPAN class=""&gt;--with-http_dav_module" flag and is verified by running nginx -V&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;2. Commercial certs for our domains are installed and configured within the nginx&amp;nbsp;config&amp;nbsp;on each of our domains "prod", "uat" and "dev"and all are trusted by all Windows machines on our network.&lt;/P&gt;&lt;P class=""&gt;All http traffic is automatically redirected to https at the nginx reverse proxy and is then proxied on to the correct service endpoints i.e. &lt;A href="http://alfresc:8080" rel="nofollow noopener noreferrer"&gt;http://alfresco:8080&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;3. All components of the Alfresco installation, alfresco, share, solr6, nginx etc are all running inside independent docker containers started with a docker-compose.yml file running on ubuntu 16.04 VM's. So the alfresco web client is not running on a windows box and alfresco itself has been deployed along with the aos amp file.&lt;/P&gt;&lt;P class=""&gt;All SSO auth is done via Kerberos and users are automatically logged into their Share UI when selecting an "Internet Explorer shortcut" from their desktop once logged in.&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;4. I have tried setting up a mapped drive with both the https:// and a UNC options, like you stated. All options return the same Windows errors I stated in my original post.&lt;/P&gt;&lt;P class=""&gt;For the UNC options I have tried&lt;/P&gt;&lt;P class=""&gt;\\&amp;lt;alfresco server dns&amp;gt;@SSL\alfresco\aos - The DNS of the server running the Alfresco docker images ad defined in the SSL certs&lt;/P&gt;&lt;P class=""&gt;\\&amp;lt;hostname&amp;gt;@SSL\alfresco\aos - The hostname of the Ubunto 16.04 VM running the Alfresco docker image&lt;/P&gt;&lt;P class=""&gt;\\&amp;lt;IP&amp;gt;@SSL\alfresco\aos - The IP address of the Ubunto 16,04 VM running the Alfresco docker images&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;Regards&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2019 21:56:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81979#M25197</guid>
      <dc:creator>stevem</dc:creator>
      <dc:date>2019-07-24T21:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: aos mapping network drives on windows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81980#M25198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Set in tomcat's server.xml your proxyPort="443" &lt;EM&gt;and&lt;/EM&gt; either RemoteIpValve (remapping the requests host name using e.g. x-forwarded-for, x-forwarded-proto set in your nginx location definition) or proxyName (&lt;A class="link-titled" href="https://tomcat.apache.org/tomcat-8.0-doc/proxy-howto.html" title="https://tomcat.apache.org/tomcat-8.0-doc/proxy-howto.html" rel="nofollow noopener noreferrer"&gt;Apache Tomcat 8 (8.0.53) - Proxy Support HOW-TO&lt;/A&gt;&amp;nbsp;) in the Connector definition nginx is connecting to.&lt;/P&gt;&lt;P&gt;3. was related to your windows client. Windows still uses IE redirector running as windows service "Web Client" to connect to a WebDAV/SP server. So please check if the service is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make debugging easier you may allow windows to connect to non ssl servers, disable the redirect in nginx and try to connect from windows explorer without @SSL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 08:08:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81980#M25198</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2019-07-25T08:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: aos mapping network drives on windows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81981#M25199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Heiko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The Tomcat server.xml has already been&amp;nbsp;set and configured with the proxyPort and the nginx config already sets the x-forwarded-for and x-forwarded-proto headers for requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, I realized after I sent the last reply that the WebClient Service you mentioned refers to a Windows specific service for WebDAV.&lt;/P&gt;&lt;P&gt;This is currently being setup by the network team as the users Windows machines are actually served over Citrix and these are currently locked down without that service running meaning that drives cannot currently be mapped to WebDAV sources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the network team has made the required changes I'll test this out and let you know the outcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input on this it was most helpful in first confirming I had set the Alfresco server side components up correctly and secondly pointing out that the WebClient service needs to be running on the Windows machines.&lt;/P&gt;&lt;P&gt;I had somehow interpreted WebClient to mean the Alfresco/Share UI that users mostly interact with. I'm not a Windows person &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 20:29:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81981#M25199</guid>
      <dc:creator>stevem</dc:creator>
      <dc:date>2019-07-25T20:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: aos mapping network drives on windows</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81982#M25200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Heiko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As promised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After getting the Citrix clients to enable the WebClient service by default the drive mapping to AOS worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your input here it was most helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2019 01:57:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aos-mapping-network-drives-on-windows/m-p/81982#M25200</guid>
      <dc:creator>stevem</dc:creator>
      <dc:date>2019-08-02T01:57:51Z</dc:date>
    </item>
  </channel>
</rss>

