Hello

I have a strange problem...

I should use MapServer with Mapscript to call a WMS server as a client.

I created a LAYER definition and after some struggle it went thru, I get my 
map. I used the shp2img command to test the mapfile. Next step was to test the 
mapfile with drawmap so the mapscript implementation was tested and now an 
error showed up.
"CURLOPT_PROXYAUTH not supported. Requires Curl 7.10.7"

I expected that this error should show up already in the shp2img-test, but 
there it worked fine.

Anyone having a clue what's wrong?

Here is the error:
-----------------------------------------

Unhandled Exception: System.ApplicationException: msHTTPExecuteRequests(): HTTP
request error. CURLOPT_PROXYAUTH not supported. Requires Curl 7.10.7 and up. *_p
roxy_auth_type setting ignored.
   at OSGeo.MapServer.mapObj.draw()
   at DrawMap.Main(String[] args)
GDAL: GDALDeregister_GTiff() called.
---------------------------------------

... and here is the layer definition.
---------------------------------------
 LAYER
  NAME 'WMS-Oversikt'
  TYPE RASTER
  STATUS ON
  CONNECTION 'http://maps.metria.se/geoserver/wms?'
  CONNECTIONTYPE WMS
  METADATA
    'wms_srs'   'EPSG:2400'
    'wms_name'   'anyname'
    'wms_server_version' '1.1.1'
    'wms_format'  'image/png'
    'wms_auth_type' 'basic'
    'wms_auth_username' 'xxx'
    'wms_auth_password' 'yyy'
    'wms_proxy_type' 'http'
    'wms_proxy_host' '147.44.134.17'
    'wms_proxy_port' '80'    'wms_proxy_auth_type' 'basic'
    'wms_proxy_username' 'zzz'
    'wms_proxy_password' 'yyy'
  END
 END
------------------------------------------

Regards
Johan
________________________________
Johan Hallgren
Gruppchef
Telefon direkt 023-464 92
Mobil 073-800 64 92
[email protected]

Sweco Position AB
Parkgatan 3
Box 1902
791 19 Falun
Telefon 023-464 00
www.sweco.se<http://www.sweco.se>




[cid:[email protected]]


[cid:[email protected]]Please consider the environment before 
printing my e-mail.

<<inline: image001.png>>

<<inline: image002.png>>

_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to