Hi,

we got it.

It was the Apache Basic Auth on the root context. It seams, that this
auth request of Apache is passed-through to GeoServer and therefore, the
GeoServer thought, it has to present his Auth also.

So we removed the Basic Auth from Apache and all things work just fine.

Thanks to all.


Best wishes

Jan-Henning Wegener
Software-Berater

_______________________________________________________________________



Heidelberg mobil International GmbH

Phone:  + 49 [6221] 43 411 67 · Fax: +49 [6221] 43 411 13
Office:   Industriestraße 41 · 69190 Walldorf · Germany

Amtsgericht Mannheim / HRB 701994 – Geschäftsführer Thomas Reinhart

www.HDM-I.com · www.vascmo.de

_______________________________________________________________________



On Tue, 2011-07-19 at 14:02 +0200, Sjoerd Brandsma wrote:

> Hi,
> 
> Dit you enabled Service security for WMS (in the geoserver admin
> area)?
> 
> Best regards,
> Sjoerd Brandsma
> 
> 
> On Tue, Jul 19, 2011 at 9:23 AM, Jan-Henning Wegener
> <[email protected]> wrote:
> 
>         Hi Mailing-List,
>         
>         we use GeoServer a long time and yesterday we face with a new
>         problem.
>         
>         We want to use WMS directly, not GeoWebCache in between. We
>         tried to use URLs like this:
>         
>         http://domain.com/wms
>         
>         and get always an Authentication Request "GeoServer Realm". We
>         thought, all our configurations are correct, but there must be
>         a mistake somewhere.
>         
>         Have anyone of you had problems like this?
>         
>         Part of our Apache Config:
>         
>         <VirtualHost *:80>
>                 ServerName domain.com
>         
>                 SetEnvIf Request_URI "^/wms/*" no-jk 
>                 SetEnvIf Request_URI "^/gwc/*" no-jk
>         
>                 ProxyRequests Off
>                 ProxyVia On
>                 <Proxy *>
>                     Order Deny,Allow
>                     Allow from All
>                 </Proxy>
>                 
>                 ProxyPassMatch "^/(gwc\/service\/wms.*)$"
>         http://ip:port/$1
>                 ProxyPassMatch "^/(wms.*)$" http://ip:port/$1
>         </VirtualHost>
>         
>         Our system environment is: 
>               * openSUSE 11.1 (x86_64) 
>               * Apache/2.2.10 (Linux/SUSE) 
>               * mod_jk/1.2.26 
>               * Apache Tomcat 6.0.26 
>               * GeoServer 2.0.2
>         
>         
>         Best wishes
>         
>         Jan-Henning Wegener
>         Software-Berater
>         
>         
> _______________________________________________________________________
>         
>         
>         
>         Heidelberg mobil International GmbH
>         
>         Phone:  + 49 [6221] 43 411 67 · Fax: +49 [6221] 43 411 13
>         Office:   Industriestraße 41 · 69190 Walldorf · Germany
>         
>         Amtsgericht Mannheim / HRB 701994 – Geschäftsführer Thomas
>         Reinhart
>         
>         www.HDM-I.com · www.vascmo.de
>         
>         
> _______________________________________________________________________
>         
>         
>         
>         
>         
>         
>         
> ------------------------------------------------------------------------------
>         Magic Quadrant for Content-Aware Data Loss Prevention
>         Research study explores the data loss prevention market.
>         Includes in-depth
>         analysis on the changes within the DLP market, and the
>         criteria used to
>         evaluate the strengths and weaknesses of these DLP solutions.
>         http://www.accelacomm.com/jaw/sfnl/114/51385063/
>         _______________________________________________
>         Geoserver-users mailing list
>         [email protected]
>         https://lists.sourceforge.net/lists/listinfo/geoserver-users
>         
> 
> 

<<inline: hdmi-logo.gif>>

<<attachment: hdmi-logo.gif>>

------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to