Closed capooti closed 7 years ago
There is some problem with GeoServer configuration.
Things to note:
REST API seems to be open. For example, this url should return an empty list when not authenticated: http://128.31.22.103/geoserver/rest/workspaces
basic authentication seem is not working. For example this request is returning 403:
curl -u admin:*** http://128.31.22.103/geoserver/geofence/rest/rules.json\?workspace\=geonode\&layer\=tm_world_borders_0_3 <!doctype html>
Type Status Report
Message You must be administrator.
Description The server understood the request but refuses to authorize it.
This is fixed.
There is some problem with GeoServer configuration.
Things to note:
REST API seems to be open. For example, this url should return an empty list when not authenticated: http://128.31.22.103/geoserver/rest/workspaces
basic authentication seem is not working. For example this request is returning 403:
curl -u admin:*** http://128.31.22.103/geoserver/geofence/rest/rules.json\?workspace\=geonode\&layer\=tm_world_borders_0_3 <!doctype html>
HTTP Status [403] – [Forbidden]
Type Status Report
Message You must be administrator.
Description The server understood the request but refuses to authorize it.
Apache Tomcat/9.0.0.M21
%