<?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: can't login to Alfresco docker behind HTTPS nginx proxy from alfresco js api or api explorer in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/can-t-login-to-alfresco-docker-behind-https-nginx-proxy-from/m-p/99729#M28889</link>
    <description>&lt;P&gt;You should look at the Alfresco logs. It will probably give you a clue about what is the problem.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Mar 2020 06:28:56 GMT</pubDate>
    <dc:creator>narkuss</dc:creator>
    <dc:date>2020-03-19T06:28:56Z</dc:date>
    <item>
      <title>can't login to Alfresco docker behind HTTPS nginx proxy from alfresco js api or api explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-login-to-alfresco-docker-behind-https-nginx-proxy-from/m-p/99728#M28888</link>
      <description>&lt;P&gt;I'm trying to make my custom application (an excel addin written with Office JS api and react) connect to our alfresco deployment.&lt;/P&gt;&lt;P&gt;If I try to login using the app, via alfresco js api, i get a 403 response with the following body:&lt;/P&gt;&lt;PRE&gt;{
  "error": {
    "errorKey": "Login failed",
    "statusCode": 403,
    "briefSummary": "02180006 Login failed",
    "stackTrace": "Per motivi di sicurezza l'analisi dello stack non viene più visualizzata, ma viene mantenuta la proprietà per le versioni precedenti",
    "descriptionURL": "https://api-explorer.alfresco.com"
  }
}&lt;/PRE&gt;&lt;P&gt;Here the request header:&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt; (Highlight to read)&lt;/NOSCRIPT&gt;&lt;DIV class="lia-spoiler-border"&gt;&lt;DIV class="lia-spoiler-content"&gt;&lt;PRE&gt;Accept: application/json
Accept-Encoding: gzip, deflate
Accept-Language: en-GB, en; q=0.8, it-IT; q=0.5, it; q=0.3
Authorization: Basic aXM0V2FpMWV4aWUwOmFuZHJlYS5naGVuc2k=
Cache-Control: no-cache
Connection: Keep-Alive
Content-Length: 52
Content-Type: application/json
Host: dms.sws-digital.com
Origin: https://localhost:3000
Referer: https://localhost:3000/taskpane.html?_host_Info=Excel$Win32$16.01$it-IT$$$$0
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko&lt;/PRE&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;DIV class="lia-spoiler-noscript-container"&gt;&lt;DIV class="lia-spoiler-noscript-content"&gt;Accept: application/json
Accept-Encoding: gzip, deflate
Accept-Language: en-GB, en; q=0.8, it-IT; q=0.5, it; q=0.3
Authorization: Basic aXM0V2FpMWV4aWUwOmFuZHJlYS5naGVuc2k=
Cache-Control: no-cache
Connection: Keep-Alive
Content-Length: 52
Content-Type: application/json
Host: dms.sws-digital.com
Origin: https://localhost:3000
Referer: https://localhost:3000/taskpane.html?_host_Info=Excel$Win32$16.01$it-IT$$$$0
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko&lt;/DIV&gt;&lt;/DIV&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;(localhost:3000 is the domain of the excel addin, I'm running it on my pc and sideloading it in excel desktop app)&lt;/P&gt;&lt;P&gt;And here the response headers:&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt; (Highlight to read)&lt;/NOSCRIPT&gt;&lt;DIV class="lia-spoiler-border"&gt;&lt;DIV class="lia-spoiler-content"&gt;&lt;PRE&gt;Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: https://localhost:3000
Connection: keep-alive
Content-Type: application/json; charset=UTF-8
Date: Wed, 18 Mar 2020 16:19:47 GMT
Server: nginx/1.13.8
Transfer-Encoding: chunked
Vary: Origin&lt;/PRE&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;DIV class="lia-spoiler-noscript-container"&gt;&lt;DIV class="lia-spoiler-noscript-content"&gt;Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: https://localhost:3000
Connection: keep-alive
Content-Type: application/json; charset=UTF-8
Date: Wed, 18 Mar 2020 16:19:47 GMT
Server: nginx/1.13.8
Transfer-Encoding: chunked
Vary: Origin&lt;/DIV&gt;&lt;/DIV&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I got the same result with the API explorer with the POST tickets endpoint.&lt;/P&gt;&lt;P&gt;If I use postman to test the same endpoint, everything is ok.&lt;/P&gt;&lt;P&gt;I already solved (or so I think) the CORS issues by allowing * origin in CORS filters of web.xml&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt; (Highlight to read)&lt;/NOSCRIPT&gt;&lt;DIV class="lia-spoiler-border"&gt;&lt;DIV class="lia-spoiler-content"&gt;&lt;P&gt;&amp;nbsp;web.xml CORS portion&lt;/P&gt;&lt;PRE&gt;    &amp;lt;filter&amp;gt;
      &amp;lt;filter-name&amp;gt;CORS&amp;lt;/filter-name&amp;gt;
      &amp;lt;filter-class&amp;gt;com.thetransactioncompany.cors.CORSFilter&amp;lt;/filter-class&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.allowGenericHttpRequests&amp;lt;/param-name&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.allowGenericHttpRequests&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;
      &amp;lt;/init-param&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.allowOrigin&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;*&amp;lt;/param-value&amp;gt;
         &amp;lt;!--param-value&amp;gt;http://localhost:8081,https://localhost:3000,https://dms.sws-digital.com&amp;lt;/param-value--&amp;gt;
      &amp;lt;/init-param&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.allowSubdomains&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;
      &amp;lt;/init-param&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.supportedMethods&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;GET, HEAD, POST, PUT, DELETE, OPTIONS&amp;lt;/param-value&amp;gt;
      &amp;lt;/init-param&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.supportedHeaders&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;origin, authorization, x-file-size, x-file-name, content-type, accept, x-file-type&amp;lt;/param-valu$      &amp;lt;/init-param&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.supportsCredentials&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;
      &amp;lt;/init-param&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.maxAge&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;3600&amp;lt;/param-value&amp;gt;
      &amp;lt;/init-param&amp;gt;
   &amp;lt;/filter&amp;gt;&lt;BR /&gt;[...]&lt;BR /&gt;&amp;lt;filter-mapping&amp;gt;&lt;BR /&gt;    &amp;lt;filter-name&amp;gt;CORS&amp;lt;/filter-name&amp;gt;&lt;BR /&gt;    &amp;lt;url-pattern&amp;gt;/api/*&amp;lt;/url-pattern&amp;gt;&lt;BR /&gt;    &amp;lt;url-pattern&amp;gt;/service/*&amp;lt;/url-pattern&amp;gt;&lt;BR /&gt;    &amp;lt;url-pattern&amp;gt;/s/*&amp;lt;/url-pattern&amp;gt;&lt;BR /&gt;    &amp;lt;url-pattern&amp;gt;/cmisbrowser/*&amp;lt;/url-pattern&amp;gt;&lt;BR /&gt;&amp;lt;/filter-mapping&amp;gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;DIV class="lia-spoiler-noscript-container"&gt;&lt;DIV class="lia-spoiler-noscript-content"&gt;&amp;nbsp;web.xml CORS portion    &amp;lt;filter&amp;gt;
      &amp;lt;filter-name&amp;gt;CORS&amp;lt;/filter-name&amp;gt;
      &amp;lt;filter-class&amp;gt;com.thetransactioncompany.cors.CORSFilter&amp;lt;/filter-class&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.allowGenericHttpRequests&amp;lt;/param-name&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.allowGenericHttpRequests&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;
      &amp;lt;/init-param&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.allowOrigin&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;*&amp;lt;/param-value&amp;gt;
         &amp;lt;!--param-value&amp;gt;http://localhost:8081,https://localhost:3000,https://dms.sws-digital.com&amp;lt;/param-value--&amp;gt;
      &amp;lt;/init-param&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.allowSubdomains&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;
      &amp;lt;/init-param&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.supportedMethods&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;GET, HEAD, POST, PUT, DELETE, OPTIONS&amp;lt;/param-value&amp;gt;
      &amp;lt;/init-param&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.supportedHeaders&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;origin, authorization, x-file-size, x-file-name, content-type, accept, x-file-type&amp;lt;/param-valu$      &amp;lt;/init-param&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.supportsCredentials&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;
      &amp;lt;/init-param&amp;gt;
      &amp;lt;init-param&amp;gt;
         &amp;lt;param-name&amp;gt;cors.maxAge&amp;lt;/param-name&amp;gt;
         &amp;lt;param-value&amp;gt;3600&amp;lt;/param-value&amp;gt;
      &amp;lt;/init-param&amp;gt;
   &amp;lt;/filter&amp;gt;[...]&amp;lt;filter-mapping&amp;gt;    &amp;lt;filter-name&amp;gt;CORS&amp;lt;/filter-name&amp;gt;    &amp;lt;url-pattern&amp;gt;/api/*&amp;lt;/url-pattern&amp;gt;    &amp;lt;url-pattern&amp;gt;/service/*&amp;lt;/url-pattern&amp;gt;    &amp;lt;url-pattern&amp;gt;/s/*&amp;lt;/url-pattern&amp;gt;    &amp;lt;url-pattern&amp;gt;/cmisbrowser/*&amp;lt;/url-pattern&amp;gt;&amp;lt;/filter-mapping&amp;gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;My alfresco dockers are behind an ngnix https proxy, that is configured like this:&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt; (Highlight to read)&lt;/NOSCRIPT&gt;&lt;DIV class="lia-spoiler-border"&gt;&lt;DIV class="lia-spoiler-content"&gt;&lt;PRE&gt;server {&lt;BR /&gt;    listen 80 default_server;&lt;BR /&gt;    listen [::]:80 default_server;&lt;BR /&gt;    server_name _;&lt;BR /&gt;    rewrite ^ https://$host$request_uri? permanent;&lt;BR /&gt;}&lt;BR /&gt;[...]&lt;BR /&gt;server {
        listen 443 ssl;
        listen [::]:443 ssl;

        ssl_certificate         /etc/ssl/certs/sws-digital.com.crt;
        ssl_certificate_key     /etc/ssl/private/sws-digital.com.key;
        ssl_protocols           TLSv1.2;

        root                    /var/www/html;

        server_name             dms.sws-digital.com;

        rewrite                 ^/$     /share;

        location /share {
                proxy_pass              http://share:8080;
                #proxy_redirect         off;

                proxy_pass_header       Set-Cookie;

                proxy_set_header        Origin                  "";
                proxy_set_header        Proxy                   "";
                proxy_set_header        X-Forwarded-Server      $host;
                proxy_set_header        X-Forwarded-Host        $http_host;
                proxy_set_header        X-Real-IP               $remote_addr;
                proxy_set_header        X-Forwarded-For         $proxy_add_x_forwarded_for;
                proxy_set_header        X-Frowarded-Proto       $scheme;
                proxy_set_header        Referer                 "";

                # Allow large file upload
                client_max_body_size    0;

        }

        location /alfresco {
                proxy_pass              http://alfresco:8080;
                #proxy_redirect         off;

                proxy_pass_header       Set-Cookie;
                proxy_set_header        Proxy                   "";
                proxy_set_header        Host                    $http_host;
                proxy_set_header        X-Forwarded-Host        $http_host;
                proxy_set_header        X-Forwarded-Server      $host;
                proxy_set_header        X-Real-IP               $remote_addr;
                proxy_set_header        X-Forwarded-For         $proxy_add_x_forwarded_for;
                #proxy_set_header       X-Frowarded-Proto       $scheme;
                proxy_set_header        Referer                 "";

                # large files upload
                client_max_body_size    0;
        }
}&lt;/PRE&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;DIV class="lia-spoiler-noscript-container"&gt;&lt;DIV class="lia-spoiler-noscript-content"&gt;server {    listen 80 default_server;    listen [::]:80 default_server;    server_name _;    rewrite ^ https://$host$request_uri? permanent;}[...]server {
        listen 443 ssl;
        listen [::]:443 ssl;

        ssl_certificate         /etc/ssl/certs/sws-digital.com.crt;
        ssl_certificate_key     /etc/ssl/private/sws-digital.com.key;
        ssl_protocols           TLSv1.2;

        root                    /var/www/html;

        server_name             dms.sws-digital.com;

        rewrite                 ^/$     /share;

        location /share {
                proxy_pass              http://share:8080;
                #proxy_redirect         off;

                proxy_pass_header       Set-Cookie;

                proxy_set_header        Origin                  "";
                proxy_set_header        Proxy                   "";
                proxy_set_header        X-Forwarded-Server      $host;
                proxy_set_header        X-Forwarded-Host        $http_host;
                proxy_set_header        X-Real-IP               $remote_addr;
                proxy_set_header        X-Forwarded-For         $proxy_add_x_forwarded_for;
                proxy_set_header        X-Frowarded-Proto       $scheme;
                proxy_set_header        Referer                 "";

                # Allow large file upload
                client_max_body_size    0;

        }

        location /alfresco {
                proxy_pass              http://alfresco:8080;
                #proxy_redirect         off;

                proxy_pass_header       Set-Cookie;
                proxy_set_header        Proxy                   "";
                proxy_set_header        Host                    $http_host;
                proxy_set_header        X-Forwarded-Host        $http_host;
                proxy_set_header        X-Forwarded-Server      $host;
                proxy_set_header        X-Real-IP               $remote_addr;
                proxy_set_header        X-Forwarded-For         $proxy_add_x_forwarded_for;
                #proxy_set_header       X-Frowarded-Proto       $scheme;
                proxy_set_header        Referer                 "";

                # large files upload
                client_max_body_size    0;
        }
}&lt;/DIV&gt;&lt;/DIV&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I tried to add the following to the shared/classes/alfresco-global.properties:&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt; (Highlight to read)&lt;/NOSCRIPT&gt;&lt;DIV class="lia-spoiler-border"&gt;&lt;DIV class="lia-spoiler-content"&gt;&lt;PRE&gt;alfresco.context=alfresco
alfresco.host=dms.sws-digital.com
alfresco.port=443
alfresco.protocol=https
share.context=share
share.host=dms.sws-digital.com
share.port=443
share.protocol=https
opencmis.context.override=false
opencmis.context.value=
opencmis.servletpath.override=false
opencmis.servletpath.value=
opencmis.server.override=true
opencmis.server.value=https://dms.sws-digital.com
aos.baseUrlOverwrite=https://dms.sws-digital.com/alfresco/aos&lt;/PRE&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;DIV class="lia-spoiler-noscript-container"&gt;&lt;DIV class="lia-spoiler-noscript-content"&gt;alfresco.context=alfresco
alfresco.host=dms.sws-digital.com
alfresco.port=443
alfresco.protocol=https
share.context=share
share.host=dms.sws-digital.com
share.port=443
share.protocol=https
opencmis.context.override=false
opencmis.context.value=
opencmis.servletpath.override=false
opencmis.servletpath.value=
opencmis.server.override=true
opencmis.server.value=https://dms.sws-digital.com
aos.baseUrlOverwrite=https://dms.sws-digital.com/alfresco/aos&lt;/DIV&gt;&lt;/DIV&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;but nothing changed.&lt;/P&gt;&lt;P&gt;I'm banging my head on this for three days now, and I'm officially lost.&lt;/P&gt;&lt;P&gt;Alfresco dockers are based on&amp;nbsp;acs-deployment from January 2019 modified to use ACS community 6.1.2-ga with a custom content model and the configuration shown above.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 16:45:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-login-to-alfresco-docker-behind-https-nginx-proxy-from/m-p/99728#M28888</guid>
      <dc:creator>sanzoghenzo</dc:creator>
      <dc:date>2020-03-18T16:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: can't login to Alfresco docker behind HTTPS nginx proxy from alfresco js api or api explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-login-to-alfresco-docker-behind-https-nginx-proxy-from/m-p/99729#M28889</link>
      <description>&lt;P&gt;You should look at the Alfresco logs. It will probably give you a clue about what is the problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 06:28:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-login-to-alfresco-docker-behind-https-nginx-proxy-from/m-p/99729#M28889</guid>
      <dc:creator>narkuss</dc:creator>
      <dc:date>2020-03-19T06:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: can't login to Alfresco docker behind HTTPS nginx proxy from alfresco js api or api explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-login-to-alfresco-docker-behind-https-nginx-proxy-from/m-p/99730#M28890</link>
      <description>&lt;P&gt;Oh boy, what a shame... there was a bug in my javascript, I swapped the username and password parameters in the login call!&lt;/P&gt;&lt;P&gt;I overlooked the body check, and thanks to your help I enabled the logs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;At first I enabled the debug level of&amp;nbsp;log4j.logger.org.alfresco.rest and it pointed to &lt;A href="https://github.com/Alfresco/alfresco-remote-api/blob/alfresco-remote-api-8.125/src/main/java/org/alfresco/rest/api/impl/AuthenticationsImpl.java#L103" target="_self" rel="nofollow noopener noreferrer"&gt;this line&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;then, browsing the source code, I figured out that i had to enable the debug level of&amp;nbsp;log4j.logger.org.alfresco.repo.security.authentication, and with this I saw that the user that I tried to log in with was actually the password.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is there somewhere a list of the logger used by alfresco with a description? I had to spend quite some time in the source code to figure out what logger to enable/set to debug level...&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 09:05:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-login-to-alfresco-docker-behind-https-nginx-proxy-from/m-p/99730#M28890</guid>
      <dc:creator>sanzoghenzo</dc:creator>
      <dc:date>2020-03-19T09:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: can't login to Alfresco docker behind HTTPS nginx proxy from alfresco js api or api explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-login-to-alfresco-docker-behind-https-nginx-proxy-from/m-p/99731#M28891</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/60070"&gt;@sanzoghenzo&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Glad to hear you got it sorted and thanks for reporting how you fixed it - really helpful to other users in a similar situation.&lt;/P&gt;
&lt;P&gt;Best wishes,&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 09:13:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-login-to-alfresco-docker-behind-https-nginx-proxy-from/m-p/99731#M28891</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-03-19T09:13:59Z</dc:date>
    </item>
  </channel>
</rss>

