<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi all,</p>
<p><br>
</p>
<p>I think I made some good steps toward a solution.</p>
<p>Following-up the attempts I listed in the previous emails, now I have:</p>
<p></p>
<ul style="margin-bottom: 0px; margin-top: 0px;">
<li>a 2.9.x geoserver running version donloaded from: <a href="http://build.geonode.org/geoserver/latest/geoserver-2.9.x.war" class="OWAAutoLink" id="LPlnk784932" previewremoved="true">http://build.geonode.org/geoserver/latest/geoserver-2.9.x.war</a></li><li>a 2.9 data dir downloaded from: <a href="http://build.geonode.org/geoserver/latest/data-2.9.x.zip" class="OWAAutoLink" id="LPlnk309987" previewremoved="true">http://build.geonode.org/geoserver/latest/data-2.9.x.zip</a> and running</li><li>my backup data running in the data dir pointed above</li></ul>
<div><br>
</div>
<div>then I have added in web.xml:</div>
<div>
<div><context-param></div>
<div>    <param-name>GEONODE_BASE_URL</param-name></div>
<div>    <param-value>http://the_name_server_of_the_master_site/</param-value></div>
<div></context-param></div>
<div><br>
</div>
<div>and in config.xml under ./data/security/auth/GeonodeAuthenticationProvider</div>
<div><baseUrl>http://the_name_server_of_the_master_site/<a href="http://the_name_server_of_the_master_site/" class="OWAAutoLink"></a></baseUrl></div>
<br>
</div>
<div>In this way I can access in geoserver in an authenticated session (once I login in geonode).</div>
<div>Unfortunately this is not possible from each geosite.</div>
<div><br>
</div>
<div>If I remove the url from <baseUrl> I cannot access geoserver in an authenticated session also from the master site.</div>
<div><br>
</div>
<div>How can I sort out this issue?</div>
<div><br>
</div>
<div>Best</div>
<div><br>
</div>
<div>Eugenio</div>
<p></p>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Da:</b> Eugenio Trumpy <frippe12573@hotmail.com><br>
<b>Inviato:</b> mercoledì 12 aprile 2017 15.32<br>
<b>A:</b> Francesco Bartoli<br>
<b>Cc:</b> Alessio Fabiani; Simone Dalmasso; geonode-users@lists.osgeo.org<br>
<b>Oggetto:</b> Re: [GeoNode-users] geoserver authentication in multi-geosites</font>
<div> </div>
</div>
<div>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<div id="divtagdefaultwrapper" dir="ltr" style="">
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
Hi Francesco and all,</p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
<br>
</p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
I have just tried to add some comments and possible suggestions on the readme file releted to gonode multi-tenancy. It was the first time for me I don't know if I did well.</p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
<a href="https://github.com/GeoNode/geonode/commit/740af85ab5654cee3d27b6611b74c39687a4187c#diff-587dce94ba79af7b86f22f9bb4b031d1R22" class="OWAAutoLink" id="LPlnk835903" previewremoved="true">https://github.com/GeoNode/geonode/commit/740af85ab5654cee3d27b6611b74c39687a4187c#diff-587dce94ba79af7b86f22f9bb4b031d1R22</a><br>
<br>
</p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
Regarding the suggestion you gave me about the authentication, I started from scratch, so:
</p>
<p style=""></p>
<ol style="margin-bottom:0px; margin-top:0px">
<li style=""><font face="Calibri, Arial, Helvetica, sans-serif">I downloaded <a href="http://build.geonode.org/geoserver/latest/geoserver-2.9.x.war" style="font-family:Times">geoserver</a>-2.9.x.war and <a href="http://build.geonode.org/geoserver/latest/data-2.9.x.zip" style="font-family:Times">data-2.9.x.zip</a></font></li><li style="">I copied and renamed in my tomcat container <a href="http://build.geonode.org/geoserver/latest/geoserver-2.9.x.war" style="font-size:16px; font-family:Times">geoserver</a><span style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">-2.9.x.war
 as geoserver2.war, I restarted tomcat and I checked if geoserver2 was running, and it was.</span></li><li style=""><span style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">I modified geoserver/WEB-INF/web.xls adding 
<div><context-param></div>
<div>    <param-name>GEONODE_BASE_URL</param-name></div>
<div>    <param-value>http://localhost/</param-value></div>
<div></context-param></div>
<div>where I replaced localhost with the server <span style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
name </span>I have in the virtualhost set for the master-site. Restarted tomcat and geoserver was running.</div>
</span></li><li style="">
<div>I stopped again tomcat and I replaced the created data dir with the one downloaded and unzipped, I restarted again tomcat, checked, and geoserver was not running:</div>
</li></ol>
<div>here the errors in catalina.log:</div>
<div><a href="https://pastebin.com/Mp7s5MTW" class="OWAAutoLink" id="LPlnk922297" previewremoved="true">https://pastebin.com/Mp7s5MTW</a><br>
whereas errors in localhost.log are here:</div>
<div><a href="https://pastebin.com/mEfNsQ1q" class="OWAAutoLink" id="LPlnk129330" previewremoved="true">https://pastebin.com/mEfNsQ1q</a> </div>
<div id="divtagdefaultwrapper" dir="ltr" style=""><br>
</div>
Am I right? Is it right to replace the data dir downloaded with the one generated by deploying geoserver.war?</div>
<div id="divtagdefaultwrapper" dir="ltr" style=""><br>
</div>
<div id="divtagdefaultwrapper" dir="ltr" style="">I home in fruitful hints from you,</div>
<div id="divtagdefaultwrapper" dir="ltr" style=""><br>
</div>
<div id="divtagdefaultwrapper" dir="ltr" style="">best</div>
<div id="divtagdefaultwrapper" dir="ltr" style=""><br>
</div>
<div id="divtagdefaultwrapper" dir="ltr" style="">Eugenio<br style="font-size:12pt">
<br style="font-size:12pt">
<br style="font-size:12pt">
<hr tabindex="-1" style="font-size:12pt; font-family:Calibri,Arial,Helvetica,sans-serif; display:inline-block; width:98%">
<br>
<div style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Da:</b> Francesco Bartoli <xbartolone@gmail.com><br>
<b>Inviato:</b> domenica 9 aprile 2017 13.05<br>
<b>A:</b> Eugenio Trumpy<br>
<b>Cc:</b> Alessio Fabiani; Simone Dalmasso; geonode-users@lists.osgeo.org<br>
<b>Oggetto:</b> Re: [GeoNode-users] geoserver authentication in multi-geosites</font>
<div> </div>
</div>
<div>Hi Eugenio,
<div><br>
</div>
<div>if you are not able to send the modifications packaged in a pull request then you can go through editing files directly from github. You need just an account there and then follow the files on this page <a href="https://github.com/GeoNode/geonode/search?l=Text&q=geosites&type=&utf8=✓" id="LPlnk895846" previewremoved="true">https://github.com/GeoNode/geonode/search?l=Text&q=geosites&type=&utf8=%E2%9C%93</a> where
 geosites is referenced in the documentation. Feel free to propose your changes, after saving them a pull request will be automatically generated for you.</div>
<br>
<div><br>
</div>
<div>Also consider that some of your achievements require a huge knowledge of developing django applications and exploiting geoserver features, mostly the authentication part. I’ve never used geosites but please double check the geoserver build that you have
 got since there are two different ones for 2.9.x and 2.4 should work only against <a href="http://build.geonode.org/geoserver/latest/geoserver-2.9.x.war" style="font-family:Times; font-size:medium; orphans:2; widows:2">geoserver-2.9.x.war</a> and the associated
 data directory <a href="http://build.geonode.org/geoserver/latest/data-2.9.x.zip" style="font-family:Times; font-size:medium; orphans:2; widows:2">data-2.9.x.zip</a></div>
<div><br>
</div>
<div>Ciao</div>
<div>Francesco</div>
<div><br>
<div>
<div>Il giorno 07/apr/2017, alle ore 16:05, Eugenio Trumpy <<a href="mailto:frippe12573@hotmail.com">frippe12573@hotmail.com</a>> ha scritto:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Dear Francesco,</p>
<p><br>
</p>
<p>I had no problem with geonode classical installation and I was able to configure also geosites thanks to the help of this mailing list. Unfortunately I had to update geoserver to a newer version respect the one distributed with geonode, since I had some
 issues with nodata areas produced by the reprojecting procedures of the raster layers. The mailing list suggested me to upgrade geoserver. Almost everything works fine with the geoserver-2.9 except the authentication both in the master site and in the geosites
 I have.</p>
<p><br>
</p>
<p>If I leave the master URL name in <span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px"><baseurl> in config.xml in security/auth/</span><wbr style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px"><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">geonodeauthprovider/
 I'm able to authanticate as admin in geoserver only from the master site, but not from the geosites. If I follow the instruction to leave <span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px"><baseurl>
 in config.xml in security/auth/</span><wbr style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px"><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">geonodeauthprovider/
 empty as decribed in <a href="https://github.com/terranodo/geosites-project/blob/master/GEOSITES-README.md" class="OWAAutoLink" id="LPlnk913329" previewremoved="true">https://github.com/terranodo/geosites-project/blob/master/GEOSITES-README.md</a> I cannot
 authenticate neither from the master site nor in the geosites.</span></span></p>
<p><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">I guess I have something wrong somewhere.</span></p>
<p><br>
</p>
<p>Probably my last email was a bit confused, due to the fact that I tried to change many times the configuration without positive results, and I was a bit frustrated.</p>
<p><br>
</p>
<p>That said I'm ready to help the community as I can, I can write some lines from my notes about how to setup a geosite from a normal geonode installation, or if you prefer suggest which point in the documentation have to be updated, but consider <span style="font-size:12pt">I'm
 not a developer.</span></p>
<p><span style="font-size:12pt"><br>
</span></p>
<p><span style="font-size:12pt">Thanks</span></p>
<p><span style="font-size:12pt"><br>
</span></p>
<p><span style="font-size:12pt">Eugenio </span></p>
<p><br>
</p>
<br>
<br>
<div style="">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt"><b>Da:</b> Francesco Bartoli <<a href="mailto:xbartolone@gmail.com">xbartolone@gmail.com</a>><br>
<b>Inviato:</b> giovedì 6 aprile 2017 17.46<br>
<b>A:</b> Eugenio Trumpy<br>
<b>Cc:</b> Alessio Fabiani; Simone Dalmasso; <a href="mailto:geonode-users@lists.osgeo.org">
geonode-users@lists.osgeo.org</a><br>
<b>Oggetto:</b> Re: [GeoNode-users] geoserver authentication in multi-geosites</font>
<div> </div>
</div>
<div>Dear Eugenio,
<div>
<div><br>
</div>
<div>since the master is not working and there is a plenty of documentation how a plain geonode 2.4 should be configured even for the old authentication mechanism I'd rather you did not claim help early for more complex features like multi tenancy authentication
 as opposed to challenging yourself to solve the easiest.</div>
<div><br>
</div>
<div>That said I'd encourage again to keep notes of everything that could be helpful to improve our documentation for geosites and give back to the community with pull requests.</div>
<div>Your project can be very useful in such a sense because what you are going to achieve is not common so far and in case of a successful integration (I'm quite sure of this) all the community can also further benefit.</div>
<div><br>
</div>
<div>Many thanks</div>
<div>Ciao</div>
<div>Francesco   </div>
<br>
Sent from <a href="https://link.nylas.com/link/43o9gzlmd58gqwkxv3di3wjcc/local-22b04220-62bf/0?redirect=https%3A%2F%2Fnylas.com%2Fnylas-pro%3Fref%3Dn1&r=ZnJpcHBlMTI1NzNAaG90bWFpbC5jb20=">
Nylas Pro</a>, the most powerful email app for work</div>
<img class="n1-open" width="0" height="0" style="border: 0px; width: 0px; height: 0px; user-select: none;" src="https://link.nylas.com/open/43o9gzlmd58gqwkxv3di3wjcc/local-22b04220-62bf?r=ZnJpcHBlMTI1NzNAaG90bWFpbC5jb20=">
<div class="gmail_quote nylas-quote nylas-quote-id-5wju7o0i4pdq49iyrudwtvg61"><br>
On apr 6 2017, at 4:40 pm, Eugenio Trumpy <<a href="mailto:frippe12573@hotmail.com">frippe12573@hotmail.com</a>> wrote:
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<meta content="text/html; charset=iso-8859-1">
<div id="divtagdefaultwrapper" dir="ltr" style="display:block; font-size:12pt; font-family:Calibri,Arial,Helvetica,sans-serif">
<div style="display:block; margin-top:0px; margin-bottom:0px">Unfortunately I have to come back again on this topic, that seemed to be almost solved yesterday, because this morning I realized that in my running configuration I cannot view any layer (i.e. in
 the info page I see the pink tiles) if I'm not logged in geoserver as admin, and since the authentication via geonode dosen't currently work fine that is a problem. </div>
<div style="display:block; margin-top:0px; margin-bottom:0px">This happen both from the master and from geosites.</div>
<div style="display:block; margin-top:0px; margin-bottom:0px">I think there still is some problem on geoserver configuration.</div>
<div style="display:block; margin-top:0px; margin-bottom:0px">No useful info on logs.</div>
<br>
<br>
<div style="display:block">
<hr tabindex="-1" style="border-style:inset; border-width:1px; display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr" style="display:block"><b style="font-weight:bold">Da:</b> Simone Dalmasso <<a href="mailto:simone.dalmasso@gmail.com">simone.dalmasso@gmail.com</a>><br>
<b style="font-weight:bold">Inviato:</b> mercoledì 5 aprile 2017 15.39<br>
<b style="font-weight:bold">A:</b> Eugenio Trumpy<br>
<b style="font-weight:bold">Cc:</b> <a href="mailto:geonode-users@lists.osgeo.org">
geonode-users@lists.osgeo.org</a><br>
<b style="font-weight:bold">Oggetto:</b> Re: geoserver authentication in multi-geosites
<div style="display:block"> </div>
</div>
<div style="display:block">
<div dir="ltr" style="display:block">Eugenio, I don't see wrong config. It is ok I guess to leave the master site host in the gs config as well as I think it is ok that you cannot log in directly into gs from a child site. That said, when geosites was developed,
 the geoserver ext was modified to make sure that geoserver pings the same host that made the http request for authentication instead of relying on the base url parameter. So ideally it should work as you would expect. 
<div style="display:block"><br>
</div>
</div>
<div style="display:block"><br>
<div style="display:block">2017-04-05 14:39 GMT+02:00 Eugenio Trumpy <span dir="ltr">
<<a href="mailto:frippe12573@hotmail.com" target="_blank">frippe12573@hotmail.com</a>></span>:<br>
<blockquote style="display:block; margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr" style="display:block">
<div id="m_8958335284791106177divtagdefaultwrapper" dir="ltr" style="display:block; font-size:12pt; font-family:Calibri,Arial,Helvetica,sans-serif">
<div style="display:block; margin-top:0px; margin-bottom:0px">Hi,</div>
<div style="display:block; margin-top:0px; margin-bottom:0px"><br>
</div>
<div style="display:block; margin-top:0px; margin-bottom:0px">I'm working on geonode 2.4 in a Ubuntu server 14.04LTS (tomcat7, java8).</div>
<div style="display:block; margin-top:0px; margin-bottom:0px">I had to upgrade geoserver from 2.7.x version up to 2.9.x.</div>
<div style="display:block; margin-top:0px; margin-bottom:0px">In the system I configured geonode to work as multi-geosites.</div>
<div style="display:block; margin-top:0px; margin-bottom:0px">The master site is the normal geonode site, I mean it use the local_setting.py I have in /geonode/geonode</div>
<div style="display:block; margin-top:0px; margin-bottom:0px">The geosites are in /geonode/geonode/contrib/<wbr>geosites, and they use the relative config files.</div>
<div style="display:block; margin-top:0px; margin-bottom:0px"><br>
</div>
<div style="display:block; margin-top:0px; margin-bottom:0px">The documentation: <a href="https://github.com/terranodo/geosites-project/blob/master/GEOSITES-README.md&r=ZnJpcHBlMTI1NzNAaG90bWFpbC5jb20=" id="m_8958335284791106177LPlnk952912" target="_blank">https://github.<wbr>com/terranodo/geosites-<wbr>project/blob/master/GEOSITES-<wbr>README.md</a></div>
<div style="display:block; margin-top:0px; margin-bottom:0px">indicates to leave empty <baseurl> in config.xml in security/auth/<wbr>geonodeauthprovider/</div>
<div style="display:block; margin-top:0px; margin-bottom:0px">In that way I have this error:</div>
<p style="display:block; margin-top:0; margin-bottom:0"></p>
<pre style="display:block; font-family:monospace; white-space:pre; margin:1__qem 0">java.lang.<wbr>IllegalArgumentException: host parameter is null
        org.apache.commons.httpclient.<wbr>HttpConnection.<init>(<wbr>HttpConnection.java:206)
        org.apache.commons.httpclient.<wbr>HttpConnection.<init>(<wbr>HttpConnection.java:155)
        org.apache.commons.httpclient.<wbr>SimpleHttpConnectionManager.<wbr>getConnectionWithTimeout(<wbr>SimpleHttpConnectionManager.<wbr>java:175)
        org.apache.commons.httpclient.<wbr>HttpMethodDirector.<wbr>executeMethod(<wbr>HttpMethodDirector.java:153)
        org.apache.commons.httpclient.<wbr>HttpClient.executeMethod(<wbr>HttpClient.java:397)
        org.apache.commons.httpclient.<wbr>HttpClient.executeMethod(<wbr>HttpClient.java:323)
        org.geonode.security.<wbr>HTTPClient.sendGET(HTTPClient.<wbr>java:89)
        org.geonode.security.<wbr>DefaultSecurityClient.<wbr>authenticate(<wbr>DefaultSecurityClient.java:<wbr>185)
        org.geonode.security.<wbr>DefaultSecurityClient.<wbr>authenticateCookie(<wbr>DefaultSecurityClient.java:<wbr>116)
        org.geonode.security.<wbr>GeoNodeAuthenticationProvider.<wbr>authenticate(<wbr>GeoNodeAuthenticationProvider.<wbr>java:66)
        org.geoserver.security.<wbr>GeoServerAuthenticationProvide<wbr>r.authenticate(<wbr>GeoServerAuthenticationProvide<wbr>r.java:58)
        org.springframework.security.<wbr>authentication.<wbr>ProviderManager.authenticate(<wbr>ProviderManager.java:167)
        org.geoserver.security.<wbr>GeoServerSecurityManager$1.<wbr>authenticate(<wbr>GeoServerSecurityManager.java:<wbr>323)
        org.geonode.security.<wbr>GeoNodeCookieProcessingFilter.<wbr>doFilter(<wbr>GeoNodeCookieProcessingFilter.<wbr>java:94)
        org.springframework.security.<wbr>web.FilterChainProxy$<wbr>VirtualFilterChain.doFilter(<wbr>FilterChainProxy.java:330)
        org.geoserver.security.filter.<wbr>GeoServerCompositeFilter$<wbr>NestedFilterChain.doFilter(<wbr>GeoServerCompositeFilter.java:<wbr>69)
        org.springframework.security.<wbr>web.context.<wbr>SecurityContextPersistenceFilt<wbr>er.doFilter(<wbr>SecurityContextPersistenceFilt<wbr>er.java:91)
        org.geoserver.security.filter.<wbr>GeoServerSecurityContextPersis<wbr>tenceFilter$1.doFilter(<wbr>GeoServerSecurityContextPersis<wbr>tenceFilter.java:53)
        org.geoserver.security.filter.<wbr>GeoServerCompositeFilter$<wbr>NestedFilterChain.doFilter(<wbr>GeoServerCompositeFilter.java:<wbr>73)
        org.geoserver.security.filter.<wbr>GeoServerCompositeFilter.<wbr>doFilter(<wbr>GeoServerCompositeFilter.java:<wbr>92)
        org.springframework.security.<wbr>web.FilterChainProxy$<wbr>VirtualFilterChain.doFilter(<wbr>FilterChainProxy.java:330)
        org.springframework.security.<wbr>web.FilterChainProxy.<wbr>doFilterInternal(<wbr>FilterChainProxy.java:213)
        org.springframework.security.<wbr>web.FilterChainProxy.doFilter(<wbr>FilterChainProxy.java:176)
        org.geoserver.security.<wbr>GeoServerSecurityFilterChainPr<wbr>oxy.doFilter(<wbr>GeoServerSecurityFilterChainPr<wbr>oxy.java:152)
        org.springframework.web.<wbr>filter.DelegatingFilterProxy.<wbr>invokeDelegate(<wbr>DelegatingFilterProxy.java:<wbr>346)
        org.springframework.web.<wbr>filter.DelegatingFilterProxy.<wbr>doFilter(<wbr>DelegatingFilterProxy.java:<wbr>262)
        org.geoserver.filters.<wbr>LoggingFilter.doFilter(<wbr>LoggingFilter.java:87)
        org.geoserver.filters.<wbr>GZIPFilter.doFilter(<wbr>GZIPFilter.java:42)
        org.geoserver.filters.<wbr>SessionDebugFilter.doFilter(<wbr>SessionDebugFilter.java:48)
        org.geoserver.filters.<wbr>FlushSafeFilter.doFilter(<wbr>FlushSafeFilter.java:44)
        org.springframework.web.<wbr>filter.<wbr>CharacterEncodingFilter.<wbr>doFilterIntaernal(<wbr>CharacterEncodingFilter.java:<wbr>121)
        org.springframework.web.<wbr>filter.OncePerRequestFilter.<wbr>doFilter(OncePerRequestFilter.<wbr>java:107)</pre>
both if I use the geoserver link in the menu (once logged in) and if I call geoserver by using the geoserver url in the browser address bar.
<p style="display:block; margin-top:0; margin-bottom:0"></p>
<div style="display:block; margin-top:0px; margin-bottom:0px"><br>
</div>
<div style="display:block; margin-top:0px; margin-bottom:0px">If set the doman name of the master site in <span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px"><baseurl>
 in config.xml in security/auth/<wbr>geonodeauthprovider/</span></div>
<div style="display:block; margin-top:0px; margin-bottom:0px"><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">I'm able to enter in
 geoserver as admin from the menu, by the way doing the same operation from a geosite</span></div>
<div style="display:block; margin-top:0px; margin-bottom:0px"><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">I got the geoserverage
 but not logged.</span></div>
<div style="display:block; margin-top:0px; margin-bottom:0px"><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px"><br>
</span></div>
<div style="display:block; margin-top:0px; margin-bottom:0px"><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px"><span>The master site
 virtualhost as well as those of the geosites have the proxypass and reverse pointing to
<a href="http://localhost:8080/geoserver&r=ZnJpcHBlMTI1NzNAaG90bWFpbC5jb20=" id="m_8958335284791106177LPlnk163963" target="_blank">
http://localhost:8080/<wbr>geoserver</a></span><br>
</span></div>
<div style="display:block; margin-top:0px; margin-bottom:0px"><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">The same in /geonode/geonode/contrib/<wbr>geosites/local_setting.py
 and pre-setting.py I have <a href="http://localhost:8080/geoserver&r=ZnJpcHBlMTI1NzNAaG90bWFpbC5jb20=" id="m_8958335284791106177LPlnk531949" target="_blank">http://localhost:8080/<wbr>geoserver</a></span></div>
<div style="display:block; margin-top:0px; margin-bottom:0px"><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px"><br>
</span></div>
<div style="display:block; margin-top:0px; margin-bottom:0px"><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">Is there a wrong configuration?</span></div>
<div style="display:block; margin-top:0px; margin-bottom:0px"><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">Any hints?</span></div>
<div style="display:block; margin-top:0px; margin-bottom:0px"><br>
</div>
<div style="display:block; margin-top:0px; margin-bottom:0px"><br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
<br>
<div style="display:block"><br>
</div>
-- <br>
<div style="display:block">Simone </div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>